diff options
author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-05-31 15:51:41 +0200 |
---|---|---|
committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-05-31 15:51:41 +0200 |
commit | 24c375545c6ef7d03e8a18dea2cb06763059b1b9 (patch) | |
tree | ff0164b52061bc056b1ce03bef544ba5dc6c509e | |
parent | 2cf3cb3e9999a00ca21742f7a63c3cff15fce704 (diff) | |
download | rumba-24c375545c6ef7d03e8a18dea2cb06763059b1b9.tar.gz rumba-24c375545c6ef7d03e8a18dea2cb06763059b1b9.zip |
README: add info about dependencies
Fixes #8.
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -37,12 +37,19 @@ a look at the examples/ folder. ## Installation + For Debian and Ubuntu, the following command will ensure that the + required dependencies are installed (replace python-dev with python3-dev + if using Python 3): + + # apt-get install build-essential libssl-dev libffi-dev python-dev + Rumba can be found on the [PyPi](https://pypi.python.org/pypi/Rumba) and can thus be installed through pip, by using `pip install rumba`. However, to install the latest version, after cloning the repository, a user can also issue `python setup.py install`. + ## Supported prototypes * [IRATI](https://github.com/IRATI/stack) is an open source |