File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 88
99# Setup
1010
11- ``` sh
11+ ``` console
1212$ pip install --user libvcs
1313```
1414
1515Open up python:
1616
17- ``` sh
17+ ``` console
1818$ python
1919
20- # or for nice autocomplete and syntax highlighting
20+ // or for nice autocomplete and syntax highlighting
2121$ pip install --user ptpython
2222$ ptpython
2323```
Original file line number Diff line number Diff line change 22
33[ poetry] is a required package to develop.
44
5- ` git clone https://github.com/vcs-python/libvcs.git `
6-
7- ` cd libvcs `
8-
9- ` poetry install -E "docs test coverage lint format" `
5+ `` `
6+ git clone https://github.com/vcs-python/libvcs.git
7+ cd libvcs
8+ poetry install -E "docs test coverage lint format"
9+ `` `
1010
1111Makefile commands prefixed with ` watch_ ` will watch files and rerun.
1212
1313## Tests
1414
15- ` poetry run py.test `
15+ ```
16+ poetry run py.test
17+ ```
1618
1719Helpers: ` make test ` Rerun tests on file change: ` make watch_test ` (requires [ entr(1)] )
1820
You can’t perform that action at this time.
0 commit comments