-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.sh
37 lines (20 loc) · 856 Bytes
/
env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# First install Miniconda for Python 3.7 from https://docs.conda.io/en/latest/miniconda.html
# Then create a conda virtual environment if you want (for example, if you are in the cluster).
# (myenv is the name of the environment)
conda create --name myenv
# Proceed with the installation:
conda install -c anaconda numpy
conda install -c anaconda pandas
conda install -c anaconda netcdf4
conda install -c conda-forge rasterio
conda install -c conda-forge pyproj
conda install -c conda-forge keras
conda install -c anaconda tensorflow-gpu
conda install -c anaconda statsmodels
conda install -c conda-forge jupyterlab
conda install -c anaconda scikit-learn
conda install -c conda-forge cftime
conda install -c conda-forge matplotlib
conda install -c saravji pmdarima
conda install -c plotly plotly
conda install -c conda-forge cufflinks-py