File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -52,26 +52,30 @@ will have to update the include directory in setup.py
5252
5353Get both the Python and C repositories using:
5454
55- ``` git clone https://github.com/mapcode-foundation/mapcode-python
55+ ```
56+ git clone https://github.com/mapcode-foundation/mapcode-python
5657git clone https://github.com/mapcode-foundation/mapcode-cpp
5758cd mapcode-python
5859```
5960
6061Compile the package in current directory using:
6162
62- ``` python setup.py --inplace
63+ ```
64+ python setup.py --inplace
6365```
6466
6567Install in your Python environment using:
6668
67- ``` python setup.py install
69+ ```
70+ python setup.py install
6871```
6972
7073
7174# Usage
7275
7376
74- ``` import mapcode
77+ ``` python
78+ import mapcode
7579
7680dir (mapcode)
7781
You can’t perform that action at this time.
0 commit comments