Skip to content

Commit

Permalink
Add note about Python to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lantis1008 committed Aug 30, 2020
1 parent 6731085 commit 87178bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,8 @@ The following prerequisites assume a 64bit Ubuntu system. Many devs use virtual
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo npm
```

**NOTE** Python is also required and needs to be in your path. Python 3 is recommended. For Ubuntu users, it is recommended to install `python-is-python3` to solve this issue automatically.

### Get the source

You've already found it if you're reading this, but lets get it on your local machine. Choose one of the following commands depending on whether you want to use SSH or HTTPS authentication:
Expand Down

0 comments on commit 87178bd

Please sign in to comment.