/task-ledger

This repository is a repo which contains source codes of the software engineering principle project - "Task Ledger".

Primary LanguagePython

task-ledger

Installation

Install virtualenv

pip install virtualenv

Create virtual environment

virtualenv venv

Activate virtual environment

source venv/bin/activate

Install dependencies

pip install -r requiments.txt

After finished this process, select the venv/bin/python as your project interpreter. This can be configured in PyCharm preference page.