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 8
8
9
9
# Setup
10
10
11
- ``` sh
11
+ ``` console
12
12
$ pip install --user libvcs
13
13
```
14
14
15
15
Open up python:
16
16
17
- ``` sh
17
+ ``` console
18
18
$ python
19
19
20
- # or for nice autocomplete and syntax highlighting
20
+ // or for nice autocomplete and syntax highlighting
21
21
$ pip install --user ptpython
22
22
$ ptpython
23
23
```
Original file line number Diff line number Diff line change 2
2
3
3
[ poetry] is a required package to develop.
4
4
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
+ `` `
10
10
11
11
Makefile commands prefixed with ` watch_ ` will watch files and rerun.
12
12
13
13
## Tests
14
14
15
- ` poetry run py.test `
15
+ ```
16
+ poetry run py.test
17
+ ```
16
18
17
19
Helpers: ` make test ` Rerun tests on file change: ` make watch_test ` (requires [ entr(1)] )
18
20
You can’t perform that action at this time.
0 commit comments