Readme updated and testfile renamed

This commit is contained in:
Nicolas 2025-04-12 11:35:58 +02:00
parent 7c420ae53b
commit 25a79dda1b
3 changed files with 2 additions and 4 deletions

View File

@ -79,10 +79,10 @@ To get started with developing the `pyhoff` package, follow these steps:
```
3. **Install Dev Dependencies**
Install the dependencies required for development using `pip`:
Install pyhoff from source plus the dependencies required for development using `pip`:
```bash
pip install -r requirements-dev.txt
pip install -e .[dev]
```
4. **Run Tests**

View File

@ -1,2 +0,0 @@
pytest
flake8