You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,14 +38,12 @@ This package is set up to be installed using the `pip` package manager.
38
38
39
39
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.
40
40
41
-
2. Install the package using pip (you must use the git+url as this project is private and not listed on PyPi):
***Note:*** You may need to provide your git credentials depending on the repository privacy settings. In the event, if you need help generating a personal access token see [here](https://catalyst.zoho.com/help/tutorials/githubbot/generate-access-token.html)
47
-
48
-
3. After install, the package will be available to you in your local Python environment as ***alpha_homora_v2***
46
+
3. After install, the package will be available to you in your local Python environment as ***alpha-homora-v2***
49
47
50
48
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.
51
49
@@ -70,7 +68,7 @@ How to use the package:
70
68
3. Creating an [AvalanchePosition](alpha_homora_v2/position.py) instance requires the following:
71
69
- Your position ID (an integer)
72
70
- This ID should match your position on Alpha Homora, without the "#"
0 commit comments