Skip to content

Commit aa4bedd

Browse files
authored
Edit install directions in instructor
1 parent 606ed4c commit aa4bedd

1 file changed

Lines changed: 1 addition & 45 deletions

File tree

_extras/guide.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,51 +9,7 @@ permalink: /guide/
99
## Install the required workshop packages on Mac OS with Homebrew
1010

1111

12-
Homebrew is one of the popular package managers used by many Mac users.
13-
14-
To install Homebrew, you need have xcode command line tools installed,
15-
16-
from the terminal, type:
17-
~~~
18-
xcode-select --install
19-
~~~
20-
{: .language-bash}
21-
22-
then
23-
~~~
24-
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
25-
~~~
26-
{: .language-bash}
27-
28-
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'.
5713

5814
## Checking installations.
5915

0 commit comments

Comments
 (0)