Skip to content

A beginner's project to make a software for managing small businesses.

License

Notifications You must be signed in to change notification settings

panditsomnath10016git/eManager

Repository files navigation

eManager

A beginner's project to make a software for managing small businesses.

How to Start working(project under development)

With a virtual environment

  1. clone this directory in your system, enter the directory and Open in Terminal.
    somnath@somnath:~/Documents/eManager$ 
  2. to install virtualenv write in the terminal
    $ sudo apt install virtualenv
  3. create the virtual environment named venv.
    $ virtualenv venv -p python3.8
  4. activate the environment
    $ source venv/bin/activate
  5. install the required packages using pip
    $ pip install -r requirements.txt
    Now, run the codes as usual.

test_sell.py, test_acc.py etc are being used for testing modules.

About

A beginner's project to make a software for managing small businesses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages