Skip to content

Commit

Permalink
update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Aug 12, 2022
1 parent 80a4194 commit 53518e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Installation
Prerequisites
~~~~~~~~~~~~~~

my_package can be installed via PyPI.
velovi can be installed via PyPI.

conda prerequisites
###################
Expand All @@ -13,11 +13,11 @@ conda prerequisites

2. Create a new conda environment::

conda create -n scvi-env python=3.7
conda create -n velovi-env python=3.8

3. Activate your environment::

source activate scvi-env
source activate velovi-env

pip prerequisites:
##################
Expand All @@ -37,11 +37,11 @@ Install my_package in one of the following ways:

Through **pip**::

pip install <my_package>
pip install velovi

Through pip with packages to run notebooks. This installs scanpy, etc.::

pip install <my_package>[tutorials]
pip install velovi[tutorials]

Nightly version - clone this repo and run::

Expand Down

0 comments on commit 53518e4

Please sign in to comment.