Skip to content

Commit

Permalink
Fixing typo in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor authored Nov 4, 2021
1 parent a1fc59b commit c27b67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ pip install igv-jupyter

# To install to configuration in your home directory
jupyter serverextension enable --py igv
jupyter labextension enable --py igv
jupyter labextension enable igv
jupyter nbextension install --py igv
jupyter nbextension enable --py igv


# If using a virtual environment
jupyter serverextension enable --py igv --sys-prefix
jupyter labextension enable --py igv --sys-prefix
jupyter labextension enable igv --sys-prefix
jupyter nbextension install --py igv --sys-prefix
jupyter nbextension enable --py igv --sys-prefix

Expand Down

0 comments on commit c27b67c

Please sign in to comment.