Skip to content

Commit

Permalink
Merge 78ebe12 into f75a01b
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisamarshall committed Oct 2, 2020
2 parents f75a01b + 78ebe12 commit 25e0328
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ One-line install using [pip](https://pypi.python.org/pypi/pip):

pip install ionize

Alternatively, if you're installing from source:
- Clone the repository, and `cd` into the `ionize` directory.
- Install the dependencies with `pip3 install -r requirements.txt`
- Install `ionize` using `python3 setup.py install`

Tutorial
--------
Want to use **ionize**? Read the [tutorial][tutorial].
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import sys
import os
import mock
import unittest.mock as mock
MOCK_MODULES = ['numpy', 'scipy', 'scipy.optimize', 'numpy.linalg', 'Bio',
'Bio.SeqUtils', 'Bio.SeqUtils.IsoelectricPoint',
'Bio.SeqUtils.ProtParam']
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pandas>=1.0.1
pypandoc>=1.4
numpy>=1.18.1
scipy>=1.4.1
Click>=7.0
biopython>=0.0.6
simplejson>=3.17.2

0 comments on commit 25e0328

Please sign in to comment.