A beginner's project to make a software for managing small businesses.
- clone this directory in your system, enter the directory and Open in Terminal.
somnath@somnath:~/Documents/eManager$
- to install virtualenv write in the terminal
$ sudo apt install virtualenv
- create the virtual environment named venv.
$ virtualenv venv -p python3.8
- activate the environment
$ source venv/bin/activate
- install the required packages using pip
Now, run the codes as usual.
$ pip install -r requirements.txt
test_sell.py, test_acc.py etc are being used for testing modules.