Skip to content
Radhakrishna Sanka edited this page Jan 22, 2019 · 7 revisions

Installation

pipenv install

Packaging

Windows

pipenv install --dev

pipenv shell

pip install pypiwin32

pyinstaller server.py --onefile

Mac

pipenv install --dev

pipenv shell

pyinstaller server.spec

Clone this wiki locally