Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Nov 10, 2016
1 parent e9ee938 commit 53bf320
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ ___________
tar -zxvf IEDB_MHC_I-2.15.tar.gz
cd mhc_i
./configure
.. note::

Running the ``configure`` script requires a Python 2 environment. If you are currently emulating a Python 3 environment with Conda you will need to run ``source deactivate`` before executing the ``configure`` script.

Open ``method/netmhc_4_0_executable/__init__.py`` and delete the first line (``import pkg_resources``).

Expand All @@ -55,3 +59,7 @@ ____________
tar -zxvf IEDB_MHC_II-2.15.tar.gz
cd mhc_ii
./configure.py
.. note::

Running the ``configure`` script requires a Python 2 environment. If you are currently emulating a Python 3 environment with Conda you will need to run ``source deactivate`` before executing the ``configure`` script.

0 comments on commit 53bf320

Please sign in to comment.