Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 596 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 596 Bytes

yespower-python

yespower0.9 hash for python.

compile

Linux with GCC

git clone git+https://github.com/namuyan/yespower-python.git
python setup.py build
pip install build/lib.???/yespower.cp???.pyd

Windows with MSVC

git clone git+https://github.com/namuyan/yespower-python.git
python setup.py build --compile=msvc
pip install build/lib.???/yespower.cp???.pyd

Windows with MSYS2

git clone git+https://github.com/namuyan/yespower-python.git
python setup.py build --compile=mingw32
pip install build/lib.???/yespower.cp???.pyd

author

spacecobra

license

MIT