[](https://pypi.org/pypi/{{ cookiecutter.project_name }} "Latest version on PyPI") [](https://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.project_name }} "Travis") [](https://{{ cookiecutter.project_name }}.readthedocs.io/en/latest/ "Read the docs")
Project description
pip install liba
We need installed pyenv and pipenv.
git clone git@github.com:dimka665/liba.git
cd liba
pipenv install --dev
echo 'PYTHONPATH=.' > .envRun tests:
pipenv run pytestpython3 setup.py bdist_wheel
twine upload dist/*
rm dist/*
rm -rf *.egg-info/pipenv install --system --deploy