Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
arbennett committed Mar 24, 2020
1 parent e9c23bf commit 599e643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ A conda environment is available for management of pysumma's dependencies.
You can create your own environment from this file by running:

::

conda env create -f environment.yml

Then, you can activate this environment with ``conda activate pysumma``.
Before installing pysumma into this environment you may also wish to install it as a kernel in your Jupyter environments.
This can be accomplished by running:

::

python -m ipykernel install --user --name=pysumma

With this environment active you can install pysumma this environment with the instructions below.
Expand Down Expand Up @@ -85,3 +87,4 @@ Sitemap
:maxdepth: 3

api
configuration

0 comments on commit 599e643

Please sign in to comment.