Skip to content

Commit

Permalink
add windows script
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jan 10, 2024
1 parent fa688a1 commit c30120f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions software/create-environment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
set -e
ENV=ppde642
PACKAGE=osmnx
eval "$(conda shell.bash hook)"
conda activate base
mamba env remove -n $ENV --yes
Expand All @@ -16,4 +15,4 @@ jupyter kernelspec list
ipython -c "from nltk.corpus import brown; print(brown.words())"
ipython -c "import torch; print(torch.__version__, torch.cuda.is_available())"
ipython -c "from transformers import pipeline; print(pipeline('sentiment-analysis')('I love you'))"
ipython -c "import $PACKAGE; print('$PACKAGE version', $PACKAGE.__version__)"
ipython -c "import osmnx; print('osmnx version', osmnx.__version__)"

0 comments on commit c30120f

Please sign in to comment.