Skip to content
Snippets Groups Projects
Unverified Commit 8b14fa8b authored by Julie Brady's avatar Julie Brady
Browse files

docs: Adding command for installing on linux, but changing the terms to be more than python

parent 141cc812
No related branches found
No related tags found
No related merge requests found
Pipeline #21999591 passed
Loading
Loading
@@ -57,8 +57,13 @@ Linux users can follow the instructions for their distro on that site. For Macos
```shell
# Ensure that xcode build tools are installed
xcode-select --install
# Ensure required libraries for python
# Ensure required libraries for running a sandbox locally
# for mac
brew install openssl readline sqlite3 xz zlib bash gpg
# For linux
sudo apt-get install openssl readline sqlite3 xz zlib bash gnupg
```
 
### Step 2.1: Macos Only: you're gonna need a better shell
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment