Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ActurialCapital committed Jul 2, 2024
1 parent 36b95a1 commit cb11049
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</ul>
</li>
<li><a href="#installation">Installation</a></li>
<li><a href="#testing">Testing</a></li>
<li><a href="#getting-started">Getting Started</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
Expand Down Expand Up @@ -67,6 +68,12 @@ The easiest way to install `blocks` is via `PyPI`:
pip install python-blocks
```

Or via `poetry`:

```sh
poetry add python-blocks
```

## Testing

To run the test suite after installation, follow these steps from the source directory. First, install `pytest` version 8.2.2:
Expand Down

0 comments on commit cb11049

Please sign in to comment.