Skip to content

A repository for learning software maintenance and testing

License

Notifications You must be signed in to change notification settings

cnerg/learn-maintenance

Repository files navigation

learn-maintenance

Project Status

Coverage Status GitHub issues GitHub pull requests

A repository for learning software maintenance and testing.

Entry points

To install the package on your computer, run this in the learn-maintenance directory (where the setup.py file is located)

pip install .

To use the entry point run this and add the appropriate arguments behind it

prog

If there are any PackageNotFoundErrors being thrown, try upgrading pip and setuptools

pip install --upgrade pip
pip install --upgrade setuptools

Docker image

Open the Docker daemon by running this on a separate terminal

sudo dockerd

Build the Docker image by running

docker build --tag python-docker .