From 251b5b7adbd3d260bf29f40fefd98357d39ec920 Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Tue, 9 Jul 2024 14:19:25 -0400 Subject: [PATCH] reorg OS pre-reqs --- docs/getting-started/getting-started.mdx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/getting-started.mdx b/docs/getting-started/getting-started.mdx index 769feae..4812e9f 100644 --- a/docs/getting-started/getting-started.mdx +++ b/docs/getting-started/getting-started.mdx @@ -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 + +Wayland not supported, only Ubuntu 20.04 and below -# 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.