File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ Slides and code for talk on Python's magic methods.
99Installation
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:
3636Start the Jupyter Notebook
3737--------------------------
3838
39- Run the Jupyter notebook:
39+ Run the Jupyter notebook::
4040
4141 jupyter notebook --port 9999
4242
You can’t perform that action at this time.
0 commit comments