Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0135bf1

Browse files
authored
Update README.md
1 parent 31206f8 commit 0135bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ alias pyclean='find . -name "*.pyc" -exec rm -rf {} \; && find . -name "*.so" -e
1313
Note: due to a current bug in sharedbuffers you can't install cython, chorde and sharedbuffers using
1414
`pip install -r` you need to install chython and chorde first and then install sharedbuffers
1515

16-
#Cython Example
16+
# Cython Example
1717
build
1818
```
1919
python setup.py build_ext --inplace
@@ -36,7 +36,7 @@ docker run -v $PWD:/sherpas -it sherpas /bin/bash -c 'cd sherpas && python setup
3636
docker run -v $PWD:/sherpas -it sherpas /bin/bash -c 'cd sherpas && python setup.py build_ext --inplace && python -m timeit -s "import timeit;from examples.cython import std_dev as s,std_dev_cython as sc,std_dev_pure as scp;a=[v for v in range(1000000)]" -n 100 "scp.std_dev(a)"'
3737
```
3838

39-
#Shared Buffers
39+
# Shared Buffers
4040
```
4141
from examples.sharedbuffers import pycon
4242
from random import choice

0 commit comments

Comments
 (0)