Skip to content

Commit

Permalink
Fix LTex errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jank324 committed Sep 3, 2023
1 parent cfed779 commit ce82457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ To cite Cheetah in publications:

## For Developers

Activate your virtual envrionment. (Optional)
Activate your virtual environment. (Optional)

Install the cheetah package as editable

```sh
pip install -e .
```

We suggest to install pre-commit hooks to automatically conform with the code formatting in commits:
We suggest installing pre-commit hooks to automatically conform with the code formatting in commits:

```sh
pip install pre-commit
Expand Down

0 comments on commit ce82457

Please sign in to comment.