Skip to content

Commit 63cc37c

Browse files
authored
Merge pull request UCL#248 from UCL/saransh/update-installation
fix (installation): working links + canopy is at EOL
2 parents d416363 + 89d53da commit 63cc37c

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

session99/linux.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,6 @@ which python
6363

6464
shows a path where you installed anaconda.
6565

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-
8466
Git
8567
---
8668

session99/mac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then, go to Xcode...Preferences...Downloads... and install the command line tool
4343

4444
## Homebrew
4545

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
4747
lot of software useful for scientific computing. It is required for some of the installations
4848
below. But not essential for Software Carpentry. Homebrew requires the Xcode tools above.
4949

@@ -69,7 +69,7 @@ installing homebrew.
6969

7070

7171
We recommend installing a complete scientific python distribution. One of these is
72-
[Anaconda](https://www.anaconda.com/distribution/).
72+
[Anaconda](https://anaconda.org/).
7373

7474
Please download and install [Anaconda](https://www.anaconda.com/download/)
7575
(Python 3.7 version).

0 commit comments

Comments
 (0)