Skip to content

Commit f9bbc27

Browse files
jameslamblwasser
authored andcommitted
docs: format code snippets as blocks
1 parent 43a03c8 commit f9bbc27

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ whatever environment manager that you wish!
2424

2525
To install the package using pip:
2626

27-
`pip install pyospackage`
27+
```shell
28+
pip install pyospackage
29+
```
2830

2931
To install the package using conda-forge:
3032

31-
`conda install -c conda-forge pyospackage`
33+
```shell
34+
conda install -c conda-forge pyospackage
35+
```
3236

3337
## Get started using packagename
3438

0 commit comments

Comments
 (0)