We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ec74d commit 3000e0cCopy full SHA for 3000e0c
1 file changed
README.md
@@ -13,7 +13,7 @@ PyESAPI combined with Jupyter Notebook gives you a "command line to Eclipse" all
13
* Launch "Command Prompt" by searching in Windows menu
14
* Navigate to a directory where you would like to store your first PyESAPI project using the `cd` command
15
* In the prompt, execute the commands:
16
- * `pip install https://api.github.com/repos/VarianAPIs/PyESAPI/tarball`
+ * `pip install pyesapi`
17
* `pip install jupyter`
18
* This
19
* Then execute the command `jupyter notebook`
0 commit comments