File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -421,16 +421,19 @@ instead.
421
421
422
422
## Contributing
423
423
424
- These steps should work on a Unix-based system (Linux, macOS, etc). On Windows,
425
- you will need to refer to the Python documentation (linked below) and reference
426
- the ` Makefile ` for commands to run from the non-unix shell you're using on
427
- Windows.
424
+ These steps should work on any Unix-based system (Linux, macOS, etc) with Python
425
+ and ` make ` installed. On Windows, you will need to refer to the Python
426
+ documentation (linked below) and reference the ` Makefile ` for commands to run
427
+ from the non-unix shell you're using on Windows.
428
428
429
429
1 . Setup and activate a virtual environment. See [ Python docs] [ pydocs-venv ] for more
430
430
information about virtual environments and setup.
431
- 2 . With the Run ` make install `
431
+ 2 . Run ` make install ` to install dependencies
432
432
3 . Switch to a new git branch and make your changes
433
- 4 . Test your changes: ` make test ` and ` make lint `
433
+ 4 . Test your changes:
434
+ - ` make test `
435
+ - ` make lint `
436
+ - You can also start a Python REPL and import ` result `
434
437
5 . Git commit and create a new PR.
435
438
436
439
[ pydocs-venv ] : https://docs.python.org/3/library/venv.html
You can’t perform that action at this time.
0 commit comments