Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 517 Bytes

File metadata and controls

26 lines (17 loc) · 517 Bytes

Expense Manager

===========

Setting up development environment

The development environment can be setup either like a pythonista with the usual python module setup, or like a docker user.

The pythonista way

Ensure that you have an updated version of pip

pip --version

Should atleast be 1.5.4

From the module folder install the dependencies. This also installs the module itself in a very pythonic way.

pip install -r requirements.txt

This will install all the dependencies requied.