Skip to content
Snippets Groups Projects
Commit 3ddfc949 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

manual syutil

parent 24dfdb4a
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,10 @@ may need to also run: ...@@ -120,6 +120,10 @@ may need to also run:
$ sudo apt-get install python-pip $ sudo apt-get install python-pip
$ sudo pip install --upgrade setuptools $ sudo pip install --upgrade setuptools
If you don't have access to github, then you may need to install ``syutil``
manually by checking it out and running ``python setup.py develop --user`` on it
too.
If you get errors about ``sodium.h`` being missing, you may also need to If you get errors about ``sodium.h`` being missing, you may also need to
manually install a newer PyNaCl via pip as setuptools installs an old one. Or manually install a newer PyNaCl via pip as setuptools installs an old one. Or
you can check PyNaCl out of git directly (https://github.com/pyca/pynacl) and you can check PyNaCl out of git directly (https://github.com/pyca/pynacl) and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment