Skip to content

techatpark/python-ref

Repository files navigation

Python Reference Project

This project serves as a starter template for building python based projects.

Setup

Activate the virtual environment:

Activating the environment ensures that any packages you install will be added only to this project.

  • On macOS/Linux: source venv/bin/activate
  • On Windows: venv\Scripts\activate

Testing

You run all the testcases with

pytest

About

Python Reference Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages