- First, you need to clone the repository to your local machine. You can do this by running the following command in your terminal:
git clone https://github.com/MichaelDeCortix/pyTester.git
- After you have cloned the repository, navigate into the directory:
cd pyTester
- Now you can install the package with pip:
pip install .
- After installation, you can import Pytester in your Python scripts as follows:
import pytester
- You can also see an example usage in the test folder