Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mmagnus/rna-tools
Browse files Browse the repository at this point in the history
* 'master' of github.com:mmagnus/rna-tools:
  Update setup.py
  Update install-dev.rst
  • Loading branch information
mmagnus committed Nov 14, 2021
2 parents 011f3be + 5580ce2 commit cc2a653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/install-dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ You can get rna-tools and install them from the current directory with this pip:

This way is better (than ``pip install rna-tools``) if you're going to do some coding in the tools.

You can even first get rna-tools with git and then do::
You can even first get rna-tools with git::
git clone http://github.com/mmagnus/rna-tools.git

and then do::

$ pip install -e .
Obtaining file:///Users/magnus/work/src/rna-tools
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
'numpy',
'biopython',
'progressbar2',
'csvsort'
# keep pip minimal
#'sphinx==1.6.7',
#'sphinx-argparse==0.1.15',
Expand Down

0 comments on commit cc2a653

Please sign in to comment.