diff --git a/README.md b/README.md index e4e048d..84eb4bc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ for cloning: `git config --global http.sslverify false` + for installing the environment, install uv -> `pip install uv` + after that, create an environment `uv venv` + install the packages by running `uv sync` create an .env file by running `touch .env` -add the following line: `TOGETHER_API_KEY=` + +add the following line: `TOGETHER_API_KEY=`. if you don't have it, please ask me :)