Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Jun 8, 2022
1 parent 7fe7da6 commit 24c538d
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ If you have PIP installed, just type in a terminal:
.. code:: python
(sudo) pip install goldenhinges
pip install goldenhinges
Golden Hinges can be installed by unzipping the source code in one directory and
using this command:
Expand All @@ -231,6 +231,25 @@ using this command:
sudo python setup.py install
If you have trouble installing NumberJack, you may try using swig v3
(e.g. Ubuntu 20.04 has swig version 4):
.. code:: shell
apt-get remove -y swig
apt-get install -y swig3.0
ln /usr/bin/swig3.0 /usr/bin/swig
Then install Numberjack with pip. You may also try and build it from source:
.. code:: shell
wget https://github.com/Edinburgh-Genome-Foundry/Numberjack/archive/v1.2.0.tar.gz
tar -zxvf v1.2.0.tar.gz
cd Numberjack-1.2.0
python setup.py build -solver Mistral
python setup.py install
Contribute!
Expand Down

0 comments on commit 24c538d

Please sign in to comment.