Skip to content

Commit e806f55

Browse files
authored
Update Readme.md
1 parent fe960a6 commit e806f55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

JPEG to PNG/Readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
# Add a library reference (import the library) to your Python project.
12

3+
To add a library reference to your Python project, you can use the `pip` command. For example, to install the Spire.XLS for Python library, you would run the following command:
4+
5+
```sh
6+
pip install Spire.Xls
7+
```
8+
9+
Once the library is installed, you can import it into your Python script using the `import` keyword.

0 commit comments

Comments
 (0)