| layout | default |
|---|---|
| title | Installation |
| nav_order | 2 |
| has_children | false |
| permalink | /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 yourbaseAlternatively, 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