We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dd3f8 commit a152dfcCopy full SHA for a152dfc
README.md
@@ -10,7 +10,7 @@ Gymie can be installed using:
10
$ pip install gymie
11
```
12
13
-or by cloning the [repo](https://github.com/jscriptcoder/Gymie-Server) and running the following:
+or by cloning the [repo](https://github.com/jscriptcoder/Gymie-Server) and pip-installing from the folder:
14
15
16
$ git clone https://github.com/jscriptcoder/Gymie-Server.git
@@ -21,6 +21,7 @@ $ cd Gymie-Server/
21
pip install -e .
22
Obtaining file:///path/to/Gymie-Server
23
...
24
+Successfully installed gymie
25
26
27
## How to use
0 commit comments