Interface Installation
Creating a conda environment
You can either download Anaconda or Miniconda. After installation run the following to create a virtual environment specifically for ROAR_PY
With this command you have create a virtual environment with python3.8 installed! Now let's activate this environment
It would be nice to check the version of python is correct
Clone the ROAR_PY repository
Let's clone down this repository.
After that we can install all the dependencies and the package itself
Great! Now we're ready to use ROAR_PY interface.
Last updated