Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2019-09-04 10:05:42 +02:00
parent 6cd98c46d8
commit 50a93e141c
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ Pillow
# Equivalent conda commands ---------------------------------------------------- # Equivalent conda commands ----------------------------------------------------
# conda update -n base -c defaults conda # conda update -n base -c defaults conda
# conda install -y -c anaconda future numpy opencv matplotlib tqdm pillow # conda install -yc anaconda future numpy opencv matplotlib tqdm pillow
# conda install -y -c conda-forge scikit-image tensorboard pycocotools # conda install -yc conda-forge scikit-image tensorboard pycocotools
# conda install -y -c spyder-ide spyder-line-profiler # conda install -yc spyder-ide spyder-line-profiler
# conda install pytorch torchvision -c pytorch # conda install -yc pytorch pytorch torchvision