You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following command to ensure Homebrew is installed properly:
29
-
30
-
~~~
31
-
brew doctor
32
-
~~~
33
-
{: .language-bash}
34
-
35
-
install Python 3:
36
-
37
-
~~~
38
-
brew install python3
39
-
~~~
40
-
{: .language-bash}
41
-
42
-
All the rest of workshop packages can be installed by `pip3` which comes together with Python 3:
43
-
44
-
~~~
45
-
pip3 install numpy pandas matplotlib jupyter
46
-
pip3 install bokeh ggplot
47
-
~~~
48
-
{: .language-bash}
49
-
50
-
pip3 can automatically figure out all the dependencies that required by the above packages.
51
-
52
-
Launch a Python command prompt, type:
53
-
~~~
54
-
python3
55
-
~~~
56
-
{: .language-bash}
12
+
Please use the instructions in the [Setup](https://datacarpentry.org/python-ecology-lesson/setup.html) document to perform installs. If you encounter setup issues, please file an issue with the tags 'High-priority'.
0 commit comments