Skip to content

Commit 1386710

Browse files
authored
Merge pull request nteract#1019 from nteract/update-readme
docs(install): Remove wget dependency
2 parents 1cabdad + b7d3dfa commit 1386710

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Requires [node 6.x and npm 3](https://docs.npmjs.com/getting-started/installing-
6666
**Prerequisites for Linux**
6767
- `python` (`v2.7` recommended, `v3.x.x` is not supported)
6868
- `make`
69-
- `wget`
7069
- A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org/)
7170

7271
Use your distribution's package manager to install.
@@ -75,7 +74,6 @@ Use your distribution's package manager to install.
7574

7675
- `python` (`v2.7` recommended, `v3.x.x` is not supported): already installed on Mac OS X
7776
- `Xcode Command Line Tools`: Can be installed with `xcode-select --install`
78-
- `wget`: Can be installed via [Homebrew](http://brew.sh) with `brew install wget`
7977

8078
**Prerequisites for Windows**
8179

scripts/check-deps.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ if (process.platform === 'win32') {
1919
var depedencies = [
2020
'make',
2121
'gcc',
22-
'wget',
2322
'python2.7'
2423
];
2524

0 commit comments

Comments
 (0)