mirror of
https://github.com/maglore9900/max_headroom.git
synced 2025-07-21 01:20:05 +00:00
Update README.md
This commit is contained in:
parent
8190dc8685
commit
1ed477c639
@ -26,10 +26,8 @@ Will move more variables to the .env folders soon.
|
|||||||
|
|
||||||
.env is under the module folder for now
|
.env is under the module folder for now
|
||||||
|
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
|
|
||||||
|
|
||||||
so basically the steps are pretty simple
|
so basically the steps are pretty simple
|
||||||
|
|
||||||
- download the code (clone it or download it and unzip it)
|
- download the code (clone it or download it and unzip it)
|
||||||
@ -37,6 +35,6 @@ so basically the steps are pretty simple
|
|||||||
- create a virtual environment using `python -m venv .` in the folder/dir of the code
|
- create a virtual environment using `python -m venv .` in the folder/dir of the code
|
||||||
- activate the environment with `Scripts\activate.bat` on windows or `source bin/activate` on linux
|
- activate the environment with `Scripts\activate.bat` on windows or `source bin/activate` on linux
|
||||||
- run pip install to install all the required modules `pip install -r requirements.txt`
|
- run pip install to install all the required modules `pip install -r requirements.txt`
|
||||||
- then copy example_env.txt to `.env` in the modules folder
|
- then copy example_env.txt to `.env`
|
||||||
- open that, and put in your info, like openai key or ollama or whatever
|
- open that, and put in your info, like openai key or ollama or whatever
|
||||||
- then run `python main.py` to start the whole thing up
|
- then run `python main.py` to start the whole thing up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user