Fix syntax highlighting
This commit is contained in:
parent
26529fe5a1
commit
5388385dab
@ -14,7 +14,7 @@ Installing
|
|||||||
|
|
||||||
Preferably, you would use a separate virtual env
|
Preferably, you would use a separate virtual env
|
||||||
|
|
||||||
```
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -e . # installs the 'psh' package in editable mode
|
pip install -e . # installs the 'psh' package in editable mode
|
||||||
```
|
```
|
||||||
@ -30,7 +30,7 @@ main()
|
|||||||
```
|
```
|
||||||
|
|
||||||
From Unix shell:
|
From Unix shell:
|
||||||
```
|
```bash
|
||||||
python -m psh.run
|
python -m psh.run
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -39,6 +39,6 @@ Testing
|
|||||||
|
|
||||||
From Unix shell:
|
From Unix shell:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
py.test
|
py.test
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user