grapplerulrich commited on
Commit
5a788a7
1 Parent(s): 0227a07

Add docs for apple silicon

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -19,8 +19,10 @@ It is recommend to use virtual environment using [`venv`](https://docs.python.or
19
 
20
  The fol
21
 
22
- - Ceate the virtual envoirnment: `python3 -m venv .venv`
23
- - Activate the virtual envoirnment: `source venv/bin/activate`
 
 
24
  - To deactive the virtual envoirnment run `deactivate` within the virtual envoirnment.
25
  - Install the required packages: `.venv/bin/pip install -r requirements.txt`
26
  - `.venv/bin/pip install -e .`
 
19
 
20
  The fol
21
 
22
+
23
+ - If using Apple Silicon install rust `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` and `brew install cmake`
24
+ - Create the virtual envoirnment: `python3 -m venv .venv`
25
+ - Activate the virtual envoirnment: `source .venv/bin/activate`
26
  - To deactive the virtual envoirnment run `deactivate` within the virtual envoirnment.
27
  - Install the required packages: `.venv/bin/pip install -r requirements.txt`
28
  - `.venv/bin/pip install -e .`