Skip to content

Commit ba3dc4d

Browse files
authored
Merge pull request #16 from proyan/topic/pip
[README] add pip installation instruction
2 parents b9070f7 + 5445717 commit ba3dc4d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ As simple as that:
2020
conda install pycppad -c conda-forge
2121
```
2222

23+
### Installation via PyPI
24+
25+
As simple as that:
26+
```bash
27+
pip install pycppad
28+
```
29+
2330
### Installation by source
2431

2532
#### Dependencies

0 commit comments

Comments
 (0)