Skip to content

Commit 277b523

Browse files
committed
Add CONTRIBUTING
1 parent 00b6946 commit 277b523

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
To develop metafunctions, first create a virtual environment, then install the project in development mode:
2+
3+
$ python3 -m venv venv
4+
$ . venv/bin/activate
5+
$ pip install -e .
6+
7+
The project uses Tox to run tests against multiple python versions. To run the tests:
8+
9+
$ pip install tox
10+
$ tox

0 commit comments

Comments
 (0)