clarify readme

This commit is contained in:
Thomas van der Meer 2024-11-22 14:59:24 +01:00
parent b4e332b525
commit 0d8feb752f

View File

@ -1,9 +1,13 @@
for cloning: `git config --global http.sslverify false` for cloning: `git config --global http.sslverify false`
for installing the environment, install uv -> `pip install uv` for installing the environment, install uv -> `pip install uv`
after that, create an environment `uv venv` after that, create an environment `uv venv`
install the packages by running `uv sync` install the packages by running `uv sync`
create an .env file by running `touch .env` create an .env file by running `touch .env`
add the following line: `TOGETHER_API_KEY=<together API key>`
add the following line: `TOGETHER_API_KEY=<together API key>`.
if you don't have it, please ask me :) if you don't have it, please ask me :)