Skip to content

A repository for learning software maintenance and testing

License

Notifications You must be signed in to change notification settings

bquan0/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 .

About

A repository for learning software maintenance and testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 92.9%
  • Dockerfile 7.1%