Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.13 KB

install.md

File metadata and controls

62 lines (42 loc) · 1.13 KB
layout title nav_order has_children permalink
default
Installation
2
false
/install

Install

{:.no_toc}

Table of contents {: .text-delta }

  1. TOC {:toc}

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

{: .no_toc }

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