mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-16 07:02:22 +00:00
fix typo
This commit is contained in:
parent
8947e63042
commit
728eaff773
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ _these resources are under development or require PR_
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
This example will be using python3.9, but will work with 3.8+. Tested on MacOs. Untested on Windows
|
This example will be using python3.9, but will work with 3.8+. Tested on MacOs. Untested on Windows
|
||||||
- install virtualenv for python3.8+ first before any other steps. `python3.9 -m pip install virutalenv`
|
- install virtualenv for python3.8+ first before any other steps. `python3.9 -m pip install virtualenv`
|
||||||
- `cd collector` from root directory
|
- `cd collector` from root directory
|
||||||
- `python3.9 -m virtualenv v-env`
|
- `python3.9 -m virtualenv v-env`
|
||||||
- `source v-env/bin/activate`
|
- `source v-env/bin/activate`
|
||||||
|
|
Loading…
Add table
Reference in a new issue