Installation ¶
Please take the following steps to install and use ReNom DL in your environment.
- Install python (currently supports python 2.7, 3.4, 3.5 and 3.6)
- Install ReNom DL
First install one of the supported python versions onto your system. Please refer to external sources for python installation instructions.
After installation, please clone the ReNom repository from the following URL.
URL: https://github.com/ReNom-dev-team/ReNom
If you are installing on a GPU environment:
git clone https://github.com/ReNom-dev-team/ReNom.git
cd ReNom
pip install -r requirements.txt
python setup.py build_ext -f -i
pip install -e .
If you are installing without a GPU:
git clone https://github.com/ReNom-dev-team/ReNom.git
pip install -r requirements.txt
cd ReNom
pip install -e .
For those who purchased the book “Anomaly Detection with Python” ¶
Please follow the same installation instructions listed above for either the GPU or CPU environments.
Requirements
Please refer to the README.md file in the ReNom github page.