-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Olivier Cots edited this page Sep 24, 2022
·
26 revisions
Welcome to the control-toolbox.github.io wiki!
In the following, DEV_ROOT
is a variable standing for the root where the git repositories are stored. For example,
export DEV_ROOT=${HOME}/dev.
cd $DEV_ROOT
git clone git@github.com:control-toolbox/control-toolbox.github.io.git
cd $DEV_ROOT/control-toolbox.github.io
conda env create -f pkg/env/ct-<YOUR_OS>.yaml
Where <YOUR_OS> must be replaced by linux
, mac
or windows
, according to the platform used.
conda activate base
conda env remove --name ct
Then use the "Creation from scratch" to build the gallery environment.
conda activate ct