layout | title | nav_order | has_children | permalink |
---|---|---|---|---|
default |
Installation |
2 |
false |
/install |
{:.no_toc}
Table of contents {: .text-delta }
- TOC {:toc}
Make sure that the YourBase Test Acceleration library supports your technical stack and infrastructure.
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.
{: .no_toc }
We recommend that you install YourBase Test Acceleration in a clean virtual environment. Learn to set up a Python virtual environment here.
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