reorg OS pre-reqs
This commit is contained in:
parent
8d10679d5e
commit
251b5b7adb
|
@ -12,17 +12,22 @@ There are a few packages that need to be installed in order to run 01OS on your
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### MacOS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# MacOS
|
|
||||||
brew install portaudio ffmpeg cmake
|
brew install portaudio ffmpeg cmake
|
||||||
|
|
||||||
# Ubuntu (wayland not supported, only ubuntu 20.04 and below)
|
|
||||||
sudo apt-get install portaudio19-dev ffmpeg cmake
|
|
||||||
|
|
||||||
# Windows
|
|
||||||
On Windows you will need to install the following:
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Ubuntu
|
||||||
|
|
||||||
|
<Note>Wayland not supported, only Ubuntu 20.04 and below</Note>
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get install portaudio19-dev ffmpeg cmake
|
||||||
|
```
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
|
||||||
- [Git for Windows](https://git-scm.com/download/win).
|
- [Git for Windows](https://git-scm.com/download/win).
|
||||||
- [virtualenv](https://virtualenv.pypa.io/en/latest/installation.html) or [MiniConda](https://docs.anaconda.com/free/miniconda/miniconda-install/) to manage virtual environments.
|
- [virtualenv](https://virtualenv.pypa.io/en/latest/installation.html) or [MiniConda](https://docs.anaconda.com/free/miniconda/miniconda-install/) to manage virtual environments.
|
||||||
- [Chocolatey](https://chocolatey.org/install#individual) to install the required packages.
|
- [Chocolatey](https://chocolatey.org/install#individual) to install the required packages.
|
||||||
|
|
Loading…
Reference in New Issue