Skip to content

Commit

Permalink
add spaces between section headers and content
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloSynth1 committed Jun 5, 2024
1 parent b8c016c commit e9e7161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,26 @@ conda env create -f environment.yml
```

2. Activate the newly created conda environment (default name `test-creation`):

```bash
conda activate test-creation
```

3. In the conda environment, `poetry` should be installed. Use Poetry to install the package:

```bash
poetry install
```

4. add `.env` with API key attached:

```bash
echo "OPENAI_API_KEY=..." > .env
```

5. Enjoy! This package comes will an executable `test-creation` and a bunch of scripts. Here are some examples:
```bash

# evaluate a repository and write a HTML report, display verbose messages
test-creation evaluate $REPO_PATH ./report.html --verbose

Expand Down

0 comments on commit e9e7161

Please sign in to comment.