Quickstart
This section covers how you can install Ravnest.
Installation
To install ravnest with all it’s dependencies via Pip, simply run the following command:
pip install git+https://github.com/ravenprotocol/ravnest.git
Clone our GitHub Repository
git clone https://github.com/ravenprotocol/ravnest.git
Jump into the cloned directory
cd ravnest
To install ravnest from source, run the following command:
python setup.py install