Skip to content

Commit bf47a5b

Browse files
committed
Update README.md
1 parent dace8a7 commit bf47a5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ I already had gcc and related stuff, so that might be a dependency.
33
after creating example.(i|c|h), I ran the following:
44

55
``` bash
6-
sudo apt-get install swig
7-
swig -python example.i
6+
sudo apt-get install swig
7+
swig -python example.i
88
```
99

1010
Then created setup.py and ran that:
1111

1212
``` bash
13-
python setup.py build_ext --inplace
13+
python setup.py build_ext --inplace
1414
```
1515

1616
and then could import:
@@ -19,4 +19,4 @@ and then could import:
1919
>>> import example
2020
>>> example.fact(4)
2121
24
22-
```
22+
```

0 commit comments

Comments
 (0)