https://github.com/meteran/twisted
Twisted workshops
https://github.com/meteran/twisted
Last synced: 13 days ago
JSON representation
Twisted workshops
- Host: GitHub
- URL: https://github.com/meteran/twisted
- Owner: meteran
- Created: 2017-05-16T17:01:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T18:43:03.000Z (about 9 years ago)
- Last Synced: 2025-02-26T02:32:45.102Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warsztaty z Twisted
## Wymagania:
* Python 2.7
## Instalacja środowiska:
* `git clone https://github.com/meteran/twisted.git twisted_workshops`
* `cd twisted_workshops`
* `pip install -r requirements.txt`
* Jeżeli korzystasz z systemu Windows to do niektórych zadań może Ci być potrzebny [pywin32](https://sourceforge.net/projects/pywin32/files/pywin32/Build%20221/)
## Test środowiska
Możesz przetestować swoje środowisko uruchamiając program testowy:
```bash
$ python test.py
Yeah, it works!!!
```