Execute the commands below in Anaconda Prompt:
(base) conda config --add channels conda-forge
(base) conda create -n learn python=3.8 compas_fab=0.17 --yes
(base) conda activate learn
(base) conda create -n learn python=3.8 compas_fab=0.17 python.app --yes
(base) conda activate learn
(learn) pip show compas_fab ####
Name: compas-fab
Version: 0.13.1
Summary: Robotic fabrication package for the COMPAS Framework
...
(learn) python -m compas_rhino.install
NOTE: This installs to Rhino 6.0, use -v 5.0
if needed.
(learn) conda install git
(learn) python -m pip install git+https://github.com/augmentedfabricationlab/assembly_information_model@master#egg=assembly_information_model
(learn) python -m compas_rhino.install -p assembly_information_model
(learn) python -m pip install git+https://github.com/augmentedfabricationlab/ur_fabrication_control@master#egg=ur_fabrication_control
(learn) python -m compas_rhino.install -p ur_fabrication_control
Create a workspace directory:
C:\Users\YOUR_USERNAME\workspace
Then open Github Desktop and clone the following repository into you workspace folder:
VoilĂ ! You can now go to VS Code, Rhino or Grasshopper to run the example files!
Welcome to our Video Tutorial Series of L.E.A.R.N.
Setting up your Anaconda environment with COMPAS
Python in Rhino and Grasshopper
How to run Python in Anaconda prompt, VS Code, Rhino & Grasshopper