From 4f536e963ac6f568700cff777cc509210b4a764d Mon Sep 17 00:00:00 2001 From: jnaiman Date: Thu, 9 May 2024 15:24:15 -0500 Subject: [PATCH] update instructions --- week01/installation_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week01/installation_instructions.md b/week01/installation_instructions.md index 7cb91fd..dccd083 100644 --- a/week01/installation_instructions.md +++ b/week01/installation_instructions.md @@ -51,7 +51,7 @@ Here is a ~5 minute movie of how this process looks on my Mac (it may take longe ### 2.1 Conda environment 1. On a Mac search for the "Terminal" prompt/on Windows search for the "Anaconda Prompt" (NOT the navigator) - 2. In the terminal window type: `conda create -n DataViz python=3.10 seaborn plotly pygraphviz pandas matplotlib bqplot=0.12.30 numpy regex networkx openssl altair yt geopandas gdal rasterio shapely pyproj rtree fiona pillow palettable h5py contextily webcolors openpyxl ipyleaflet vega_datasets nltk wordcloud pip -c conda-forge ; pip install streamlit` + 2. In the terminal window type: `conda create -n DataViz python=3.10 seaborn plotly pygraphviz pandas matplotlib bqplot=0.12.30 numpy regex networkx openssl altair yt geopandas gdal rasterio shapely pyproj rtree fiona pillow palettable h5py contextily webcolors openpyxl ipyleaflet vega_datasets nltk wordcloud pip -c conda-forge ; conda activate DataViz ; pip install streamlit` #### DO NOT TRY TO INSTALL THESE PACKAGES ONE AT A TIME