Skip to content

Commit f0f2720

Browse files
Update README.md
adding pypi Installation
1 parent a060e84 commit f0f2720

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,34 @@ or from a specific branch/commit/version:
100100
```bash
101101
pip install git+https://github.com/juanclopgar97/python_sharp.git@<branch_or_commit_or_version>
102102
```
103+
Example
104+
105+
```bash
106+
pip install git+https://github.com/juanclopgar97/python_sharp.git@v1.0.0
107+
```
108+
109+
Or install from Pypi most recient
110+
111+
```bash
112+
pip install python_sharp
113+
```
114+
or select your version
115+
116+
```bash
117+
pip install python_sharp==<version>
118+
```
119+
120+
Example:
121+
122+
```bash
123+
pip install python_sharp==1.0.0
124+
```
125+
Upgrade it:
126+
127+
```bash
128+
pip install python-sharp --upgrade
129+
```
130+
103131

104132
### Usage
105133

0 commit comments

Comments
 (0)