File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -63,24 +63,6 @@ which python
63
63
64
64
shows a path where you installed anaconda.
65
65
66
-
67
- Python via Enthought Canopy
68
- ---------------------------
69
-
70
- Alternatively you may install a complete independent scientific python distribution. One of these is
71
- Enthought Canopy.
72
-
73
- The Enthought Canopy python distribution exists in two different versions. A basic free version with
74
- a limited number of packages (Canopy express) and a non free full version. The full version can be
75
- obtained free of charge for academic use. Register with
76
- [ Enthought Scientific Computing] ( https://enthought.com/products/canopy/academic/ ) using your UCL
77
- e-mail address for an academic licence.
78
-
79
- You may then use your Enthought user account to sign into the installed Canopy application and
80
- activate the full academic version. Canopy comes with a package manager from where it is possible to
81
- install and update a large number of python packages. The packages installed by default should cover
82
- our needs.
83
-
84
66
Git
85
67
---
86
68
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Then, go to Xcode...Preferences...Downloads... and install the command line tool
43
43
44
44
## Homebrew
45
45
46
- [ Homebrew] ( brew.sh ) is a package manager for OSX which enables the installation of a
46
+ [ Homebrew] ( https:// brew.sh) is a package manager for OSX which enables the installation of a
47
47
lot of software useful for scientific computing. It is required for some of the installations
48
48
below. But not essential for Software Carpentry. Homebrew requires the Xcode tools above.
49
49
@@ -69,7 +69,7 @@ installing homebrew.
69
69
70
70
71
71
We recommend installing a complete scientific python distribution. One of these is
72
- [ Anaconda] ( https://www. anaconda.com/distribution / ) .
72
+ [ Anaconda] ( https://anaconda.org / ) .
73
73
74
74
Please download and install [ Anaconda] ( https://www.anaconda.com/download/ )
75
75
(Python 3.7 version).
You can’t perform that action at this time.
0 commit comments