Skip to content

Commit 372c514

Browse files
committed
Update README.md
1 parent 16fecb7 commit 372c514

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ ___
3232

3333
This package is set up to be installed using the `pip` package manager.
3434

35-
Ensure that you have Python 3.9+ installed. If not, you can download [here](https://www.python.org/downloads/release/python-3912/). The syntax is dependent on features added in this recent version.
35+
1. Ensure that you have Python 3.9+ installed. If not, you can download [here](https://www.python.org/downloads/release/python-3912/). The syntax is dependent on features added in this recent version.
3636

37-
Install the package to your pip installation directory:
38-
```bash
39-
pip install git+https://github.com/PathX-Projects/Alpha-Homora-V2-Python.git
40-
```
37+
2. Install the package using pip (you must use the git+url as this project is private and not listed on PyPi):
38+
```bash
39+
pip install git+https://github.com/PathX-Projects/Alpha-Homora-V2-Python.git
40+
```
4141

42-
***Note:*** You will need to provide your git credentials to install this private package. If you need help generating a personal access token, see [here](https://catalyst.zoho.com/help/tutorials/githubbot/generate-access-token.html)
42+
***Note:*** You will need to provide your git credentials to install this private package. If you need help generating a personal access token, see [here](https://catalyst.zoho.com/help/tutorials/githubbot/generate-access-token.html)
4343

44-
After install, the package will be available to you in your Python environment as ***alpha_homora_v2***
44+
3. After install, the package will be available to you in your Python environment as ***alpha_homora_v2***
4545

4646
When updates are made to the package, the version will automatically be incremented so that in order to get the newest version on your end, you can simply use the same installation command and your pip will detect and update to the newest version.
4747

0 commit comments

Comments
 (0)