You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,9 @@ integrate PyTiled with that 2D libary, and
20
20
Original module by [Beefy-Swain](https://github.com/Beefy-Swain).
21
21
Significant contributions from [pvcraven](https://github.com/pvcraven) and [Cleptomania](https://github.com/Cleptomania).
22
22
23
-
## Developement
23
+
## Development
24
24
To develop pytiled parser, clone the repo, create a `venv` using a supported Python version, and activate it. Then install the package as well as all testing dependencies with the command `python -m pip install -e ".[tests]"`.
25
25
26
26
### Testing
27
27
Run `pytest --cov=pytiled_parser` to run the test harness and report coverage.
0 commit comments