Skip to content

Commit

Permalink
Promote make.py
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 30, 2024
1 parent 02e1115 commit 5944113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ $ pip install -e .[dev]

With dev requirements installed:

```
pytest
```bash
python make.py test
```

## Building Docs

```bash
pip install -e .[dev]
sphinx-build -b html docs build/docs
python make.py html
```

## Contributing
Expand Down
5 changes: 4 additions & 1 deletion docs/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ Assuming dev requirements are installed.

Run tests with ``pytest``::

pytest tests
python make.py test

The ``make.py`` script contains various tooling. Run ``python make.py`` to
see all available commands.

0 comments on commit 5944113

Please sign in to comment.