Spaces:
Sleeping
Sleeping
grapplerulrich
commited on
Add docs for apple silicon
Browse files
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 |
-
|
23 |
-
-
|
|
|
|
|
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 .`
|