Hops components for grasshopper/ Rhino 3d
Follow the steps to create an environment and install dependancies:
Create a new anaconda environment named `hops_env`:
conda create --name hops_env python=3.9
Activate the environment with:
conda activate hops_env
git clone https://github.com/NikiKentr/HopsComponents.git
To install the dependencies listed in requirements.txt on another machine or environment:
Install the dependencies (while environment is activated) with:
pip install -r requirements.txt
OR using the .yml file:
conda env update --file environment.yml