Skip to content

Commit b9b78f4

Browse files
update: PyCS pip download separated from main Python pack through PyCS.InstallPip()
1 parent 8d23bcf commit b9b78f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ PyCS pycs = new PyCS();
124124
PyCS pycs = new PyCS(true); // default value
125125
PyCS pycs = new PyCS(false); // no console messages
126126
```
127+
### InstallPip
128+
- download and install pip for PyCS
129+
```csharp
130+
pycs.InstallPip();
131+
```
127132
### Pip
128133
- starts a pip install command
129134
```csharp

0 commit comments

Comments
 (0)