Skip to content

Commit

Permalink
create PicoVision env with mpremote
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Oct 26, 2023
1 parent fb9455e commit 288e596
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PicoVision-Python-dev/downloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ cd ..
echo "Unpacking source"
rm -fr picovision-$PICOVISION_VERSION
unzip source-v$PICOVISION_VERSION.zip

echo "Creating fresh Mamba environment 'PicoVision'"
. "$MAMBAFORGE_HOME/etc/profile.d/conda.sh"
. "$MAMBAFORGE_HOME/etc/profile.d/mamba.sh"
mamba create --force --yes --quiet --name PicoVision \
python \
pip
mamba activate PicoVision
pip install --quiet --upgrade mpremote

echo "Finished!"

0 comments on commit 288e596

Please sign in to comment.