Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 938579b

Browse files
Update README.md
1 parent fe52e64 commit 938579b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ Released under the **new** Free Lily License 1.0, Janex will improve and become
1313

1414
<h5> Adding to your project </h5>
1515

16-
Firstly, if you want to use this from source, clone the git repository to the local directory of your project.
16+
Firstly, you'll need to install the library using the Python pip package manager.
1717

1818
```
19-
cd /path/to/your/project/directory
19+
python3 -m pip install Janex
2020
21-
gh repo clone Cipher58/Janex
2221
```
23-
24-
Secondly, even if you are just using the library, import the Janex toolkit into your code by adding this line
22+
Secondly, you need to import the library into your Python script.
2523

2624
```
2725
from Janex import *

0 commit comments

Comments
 (0)