Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Change 'test' section of installation instructions in regards to mdtraj#1568.
  • Loading branch information
rmcgibbo authored Jul 23, 2020
1 parent b28df2c commit 86294e9
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ MDTraj supports Python 2.7 or Python 3.4+ (recommended) on Mac, Linux, and
Windows.


Compiling From Source
---------------------

To compile MDTraj from source, you should use pip as well::

git clone https://github.com/mdtraj/mdtraj
cd mdtraj
pip install -e .


Testing Your Installation
-------------------------

Expand All @@ -35,17 +45,9 @@ up via ``pip`` if you don't already have it. ::

pip install pytest

Then, to run the tests, execute the command ::
Then, to run the tests, execute the commands ::

pytest mdtraj -v

Compiling From Source
---------------------

To compile MDTraj from source, you should use pip as well::

git clone https://github.com/mdtraj/mdtraj
git clone https://github.com/mdtraj/mdtraj.git
cd mdtraj
pip install -e .

.. vim: tw=75
# If using conda, make sure to have your conda environment active
py.test

0 comments on commit 86294e9

Please sign in to comment.