Skip to content

Commit d87ae9f

Browse files
Update README.md
1 parent 6f6192d commit d87ae9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ You can run Python and install packages without a package manager, but it's bett
2020

2121
# creating a new conda environment and installing packages
2222
Create a new Anaconda environment called 'facetrack' and activate that environment
23-
'''
23+
```
2424
conda create --name facetrack
2525
source activate facetrack
26-
'''
26+
```
2727

2828
Now you'll want to install some packages that you need:
2929

0 commit comments

Comments
 (0)