Skip to content

Commit f0595a7

Browse files
committed
Fix code blocks.
1 parent 6ff8422 commit f0595a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ Slides and code for talk on Python's magic methods.
99
Installation
1010
------------
1111

12-
Clone the repository:
12+
Clone the repository::
1313

1414
git clone https://github.com/eigenholser/python-magic-methods.git
1515

16-
Change directory into the project:
16+
Change directory into the project::
1717

1818
cd python-magic-methods
1919

20-
Create a virtual environment:
20+
Create a virtual environment::
2121

2222
mkvirtualenv python-magic-methods
2323
setvirtualenvproject
2424

25-
Install Python dependencies:
25+
Install Python dependencies::
2626

2727
pip install -r requirements.txt
2828

29-
Install RISE:
29+
Install RISE::
3030

3131
git clone https://github.com/damianavila/RISE.git
3232
python RISE/setup.py install
@@ -36,7 +36,7 @@ Install RISE:
3636
Start the Jupyter Notebook
3737
--------------------------
3838

39-
Run the Jupyter notebook:
39+
Run the Jupyter notebook::
4040

4141
jupyter notebook --port 9999
4242

0 commit comments

Comments
 (0)