Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 568 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 568 Bytes

Python User Language Support

Python User Language Support for Cloudstate.

Installation via source

> git clone https://github.com/cloudstateio/python-support.git
Cloning into 'python-support'...

> cd python-support
> python3 -m venv ./venv 
> source ./venv/bin/activate
> python --version     
Python 3.7.3
> pip --version 
> pip install wheel
> pip install .

generate installer

python setup.py bdist_wheel

local install

python -m pip install dist/cloudstate-0.1.0-py3-none-any.whl