Skip to content

Commit

Permalink
FIX git URL for pip install (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Vaidya <kroq-gar78@users.noreply.github.com>
  • Loading branch information
kroq-gar78 and kroq-gar78 authored Jan 13, 2023
1 parent 4d87b39 commit 94936d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To do so, replace the second install line above with the following:

```bash
# Install development version of pycortex from github
pip install -U git+git://github.com/gallantlab/pycortex.git --no-build-isolation
pip install -U git+https://github.com/gallantlab/pycortex.git --no-build-isolation
```

Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you wish to install the development version of pycortex, you can install it d
To do so, replace the second install line above with the following::

# Install development version of pycortex from github
pip install -U git+git://github.com/gallantlab/pycortex.git
pip install -U git+https://github.com/gallantlab/pycortex.git

Optional Dependencies
---------------------
Expand Down

0 comments on commit 94936d5

Please sign in to comment.