Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 628 Bytes

install-source.rst

File metadata and controls

20 lines (17 loc) · 628 Bytes

Installing from source

Warning

If any of the code below looks unfamiliar or scary to you, building from source is not a good idea. It is highly recommended to install volux from pip or at least via the latest wheel release on pypi.

bash $

git clone https://github.com/DrTexx/Volux.git cd Volux python3 -m venv venv source venv/bin/activate pip install -r volux/demos/demo_volbar_requirements.txt pip install wheel setuptools --upgrade python3 setup.py bdist_wheel cd dist pip install volux-*.whl