Run the following command line to install this package into your virtual environment.
pip install "git+https://github.com/mokira3d48/pgit"
sudo apt install cmake python3-venv
Install Cmake and Virtual env;make venv
create a virtual env into directory namedenv
;ssource env/bin/activate
activate the virtual environment namedenv
;make install
install the requirements of this package;make dev
install the package in dev mode in virtual environment;make test
run the unit test scripts located attests
directory;mkae run
run script located atsrc/pgit/__main__.py
.
venv:
python3 -m venv env
install:
pip install -r requirements.txt
dev:
pip install -e .
test:
pytest tests # Run the test cases;
run:
python3 -m pgit