Execute the commands below in Anaconda Prompt:
(base) conda config --add channels conda-forge
(base) conda create -n rsrd compas_fab=0.22.0 --yes
(base) conda activate rsrd
(base) conda create -n rsrd compas_fab=0.22.0 python.app --yes
(base) conda activate rsrd
(rsrd) pip show compas_fab
Name: compas-fab
Version: 0.22.0
Summary: Robotic fabrication package for the COMPAS Framework
...
(rsrd) python -m compas_rhino.install -v 7.0
(rsrd) conda install git
(rsrd) python -m pip install git+https://github.com/augmentedfabricationlab/ur_fabrication_control@master#egg=ur_fabrication_control
(rsrd) python -m compas_rhino.install -p ur_fabrication_control -v 7.0
Create a workspace directory:
C:\Users\YOUR_USERNAME\workspace\projects
Then open Github Desktop and clone the Robot See Robot Do repository repository into your projects folder. Then install the repo within your environment (in editable mode):
(rsrd) pip install -e your_filepath_to_robot_see_robot_do
(rsrd) python -m compas_rhino.install -p robot_see_robot_do -v 7.0
Voilà! You can now go to VS Code, Rhino or Grasshopper to run the example files!