Install
Table of contents
Prerequisites
Make sure that the YourBase Test Acceleration library supports your technical stack and infrastructure.
Installation
YourBase Test Acceleration can be installed with your standard Python package manager, e.g. pip or poetry.
# pip
pip install yourbase
# poetry
poestry add yourbase
Alternatively, add yourbase
to your requirements.txt
or similar.
Recommendations
Use a virtual environment
We recommend that you install YourBase Test Acceleration in a clean virtual environment. Learn to set up a Python virtual environment here.
Uninstall
If for any reason, you want to completely remove YourBase Test Acceleration, simply uninstall the package:
Using pip:
# pip
pip uninstall yourbase
# poetry
poetry remove yourbase