Skip to content

Commit

Permalink
Fixing "git" requirement in README
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 14, 2018
1 parent 9bd0647 commit e4dc064
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -402,7 +402,7 @@ Testing
For testing you will need the GIT checkout and build as per:

```
sudo apt-get install build-essential cmake
sudo apt-get install build-essential cmake git
sudo apt-get install libzip-dev libboost-program-options-dev libm4ri-dev libsqlite3-dev
sudo apt-get install git python3-pip python3-setuptools python3-dev
sudo pip3 install --upgrade pip
Expand Down Expand Up @@ -441,11 +441,11 @@ Using the Machine Learning System
This is experimental but should work relatively well:

```
sudo apt-get install build-essential cmake
sudo apt-get install build-essential cmake git
sudo apt-get install libzip-dev libboost-program-options-dev libm4ri-dev libsqlite3-dev
sudo apt-get install graphviz
sudo apt-get install git python3-pip python3-setuptools python3-dev
sudo apt-get install git python3-numpy
sudo apt-get install python3-pip python3-setuptools python3-dev
sudo apt-get install python3-numpy
sudo pip3 install --upgrade pip
sudo pip3 install lit
sudo pip3 install scikit-learn pandas scipy
Expand Down

0 comments on commit e4dc064

Please sign in to comment.