-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ For more information, read our [documentation here](http://jupyter-server.readth | |
To install the latest release locally, make sure you have | ||
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run: | ||
|
||
git clone [email protected]:jupyter-server/jupyter_server.git | ||
git clone git [email protected]:ElixirNote/elixirserver.git | ||
cd elixirserver | ||
pip install -e . | ||
|
||
ElixirServer currently supports Python>=3.6 on Linux, OSX and Windows. | ||
|