mirror of https://github.com/Nonannet/pyhoff.git
Readme updated and testfile renamed
This commit is contained in:
parent
7c420ae53b
commit
25a79dda1b
|
@ -79,10 +79,10 @@ To get started with developing the `pyhoff` package, follow these steps:
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Install Dev Dependencies**
|
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
|
```bash
|
||||||
pip install -r requirements-dev.txt
|
pip install -e .[dev]
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Run Tests**
|
4. **Run Tests**
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
pytest
|
|
||||||
flake8
|
|
Loading…
Reference in New Issue