diff --git a/README.md b/README.md index 4a76129e544bd3c898c465a651d6e17a469d5471..2bed967cc9b33add4f73a5447d9f482acc0d479e 100644 --- a/README.md +++ b/README.md @@ -134,14 +134,18 @@ Options: ## Installation -* Python 3.6 at minimum -* numpy and cython must be installed prior to installing vtools - * this will get fixed in the very near future - -After both requirements have been met, simply install vtools with +vtools is now on pip! Since the 'vtools' name is already taken by another +package, installing _this_ vtools requires installing the following: ```bash -python setup.py install +pip install v-tools +``` + +After installation, tools will still be called `vtools-`. Programmatic +access also simply works with + +```python +import vtools ``` ## License