Skip to content

Commit

Permalink
Update some details in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 26, 2024
1 parent 3bda6c4 commit 98e1797
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,21 @@ To modify the settings for these calculation, you can directly edit the source c
When you make serious modifications to Tiny DFT, you can run the unit tests to
make sure the original features still work.

For this, you first need to install [pytest](https://pytest.org/):
For this, you first need to install [pytest](https://pytest.org/) in a development setup.
For example:

```bash
python3 -m pip install pytest pytest-cov pytest-regressions pandas --upgrade
git clone [email protected]:theochem/tinydft.git
cd tinydft
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -e .[dev]
pre-commit install
pytest
```

See [the QC-Devs Contributor Guide](https://github.com/theochem/.github/blob/main/CONTRIBUTING.md) for more details.


## Programming assignments

Expand Down

0 comments on commit 98e1797

Please sign in to comment.