mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 02:33:27 +02:00
Add python3-distro to list of required Linux packages
Also changed python3.6 to python, because "python3.6" doesn't work on Ubuntu 19.10, but "python3" works everywhere.
This commit is contained in:
parent
47043766f3
commit
1e34a59c6b
1 changed files with 2 additions and 2 deletions
|
@ -63,9 +63,9 @@ sudo apt-get install libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-de
|
|||
```bash
|
||||
sudo apt-get -y install libpulse0 libnss3 libnspr4 libfontconfig1 libxcursor1 libxcomposite1 libxtst6 libxslt1.1
|
||||
```
|
||||
1. Install Python 3:
|
||||
1. Install Python 3 and required packages
|
||||
```bash
|
||||
sudo apt-get install python3.6
|
||||
sudo apt-get install python3 python3-distro
|
||||
```
|
||||
1. Install node, required to build the jsdoc documentation
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue