Skip to content

Commit 9cdbf04

Browse files
committed
seaborn added to readme and check_environment
1 parent e1bcb0c commit 9cdbf04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Once you have conda installed, we need to create a new environment for the class
9494
3. ```conda activate uqbio2024_py310```
9595
![](./uqbio2024_files/step3.png) you should see your current environment switch to (uqbio2024_py310)
9696

97-
4. ```conda install numpy pandas scipy jupyter ipython matplotlib pillow scikit-image tifffile beautifulsoup4 scikit-learn conda-forge::trackpy```
97+
4. ```conda install numpy pandas scipy jupyter ipython matplotlib pillow scikit-image seaborn tifffile beautifulsoup4 scikit-learn conda-forge::trackpy```
9898
![](./uqbio2024_files/step4.png)
9999
* Note this command will take a while and will ask for your confirmation!
100100

check_environment.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import torch;
1212
import cellpose;
1313
import trackpy;
14+
import seaborn;
1415
print('All packages imported correctly.')
1516

1617
print('PyTorch has GPU enabled?')

0 commit comments

Comments
 (0)