We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c8adc commit 9bf4ee4Copy full SHA for 9bf4ee4
1 file changed
README.md
@@ -52,26 +52,30 @@ will have to update the include directory in setup.py
52
53
Get both the Python and C repositories using:
54
55
-```git clone https://github.com/mapcode-foundation/mapcode-python
+```
56
+git clone https://github.com/mapcode-foundation/mapcode-python
57
git clone https://github.com/mapcode-foundation/mapcode-cpp
58
cd mapcode-python
59
```
60
61
Compile the package in current directory using:
62
-```python setup.py --inplace
63
64
+python setup.py --inplace
65
66
67
Install in your Python environment using:
68
-```python setup.py install
69
70
+python setup.py install
71
72
73
74
# Usage
75
76
-```import mapcode
77
+```python
78
+import mapcode
79
80
dir (mapcode)
81
0 commit comments