Skip to content

Commit

Permalink
Adding Ubuntu installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseward authored and scallister committed Dec 14, 2017
1 parent 86d56d1 commit fa04cc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ sudo yum install python36u-pip
sudo yum install python36u-devel
```

#### Ubuntu 17.10
Install tested against Ubuntu 17.10, which includes a Python 3.6 system installation.

```bash
sudo apt-get install python3-dev
sudo apt-get install python3-venv
sudo apt-get install gcc
pip install --upgrade pip wheel # or install these updates into your virtualenv
```

### Install Fossor
Once the requirements from above are installed, install Fossor using one of the commands below:
##### Install system-wide
Expand Down

0 comments on commit fa04cc7

Please sign in to comment.