Commit a9346a4c3b145e1363a5c6933c5890eea3839c04
1 parent
cb0e2699
Exists in
master
Updating python build instructions for windows.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
README.md
| @@ -35,11 +35,15 @@ Compiling for Windows (With MSYS2) | @@ -35,11 +35,15 @@ Compiling for Windows (With MSYS2) | ||
| 35 | 35 | ||
| 36 | 5. Get python-tn3270 sources from git | 36 | 5. Get python-tn3270 sources from git |
| 37 | 37 | ||
| 38 | - * git clone https://github.com/PerryWerneck/python-tn3270.git | 38 | + * git clone https://github.com/PerryWerneck/python-tn3270.git ./python-tn3270 |
| 39 | 39 | ||
| 40 | 6. Build the extension using setup.py | 40 | 6. Build the extension using setup.py |
| 41 | 41 | ||
| 42 | * cd python-tn3270 | 42 | * cd python-tn3270 |
| 43 | * python setup.py build | 43 | * python setup.py build |
| 44 | 44 | ||
| 45 | +7. Install extension | ||
| 46 | + | ||
| 47 | + * python setup.py install | ||
| 48 | + | ||
| 45 | 49 |