Updated python package

This commit is contained in:
Alejandro Saucedo 2020-11-04 21:10:57 +00:00
parent 54cac4b741
commit 56b6f49012

View file

@ -84,7 +84,13 @@ Package Installation
The package can be installed through the top level `setup.py` by running:
```
pip install .
pip install kp
```
You can also install from master branch using:
```
pip install git+git://github.com/EthicalML/vulkan-kompute.git@master
```
You can configure log level with the function `kp.log_level` as outlined below.