reorg OS pre-reqs

pull/289/head
Mike Bird 6 months ago
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 -
```
### MacOS
```bash
# MacOS
brew install portaudio ffmpeg cmake
```
# Ubuntu (wayland not supported, only ubuntu 20.04 and below)
sudo apt-get install portaudio19-dev ffmpeg cmake
### Ubuntu
<Note>Wayland not supported, only Ubuntu 20.04 and below</Note>
# Windows
On Windows you will need to install the following:
```bash
sudo apt-get install portaudio19-dev ffmpeg cmake
```
### Windows
- [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.
- [Chocolatey](https://chocolatey.org/install#individual) to install the required packages.

Loading…
Cancel
Save