Skip to content

Commit 882f0b7

Browse files
committed
updated readme
1 parent 976bd1c commit 882f0b7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This should open the notebook in your default web browser.
8686

8787
## Quick guide (console)
8888

89-
First, install iPython for a console-based interpreter.
89+
First, install iPython for a console-based interpreter and start it.
9090
```bash
9191
$ pip install ipython
9292
```
@@ -95,7 +95,16 @@ or if you are using the Conda package manager
9595
$ conda install ipython
9696
```
9797

98+
Then, first copy the notebook file ["usage_guide.py"](https://github.com/eltrompetero/coniii/blob/py3/ipynb/usage_guide.py) into a directory outside the "coniii" directory. Change to this directory and run
99+
```bash
100+
$ ipython
101+
```
98102

103+
Once inside the iPython interpreter, run
104+
```python
105+
>>> %run usage_guide.py
106+
```
107+
This will run all the examples sequentially, so you may want to comment out unwanted lines.
99108

100109
## Dependencies
101110

0 commit comments

Comments
 (0)