Skip to content

Latest commit

 

History

History
executable file
·
29 lines (24 loc) · 418 Bytes

README.MD

File metadata and controls

executable file
·
29 lines (24 loc) · 418 Bytes

Install

Virtual environment

On the working microbill directory

python -m venv .venv

Then, if Windows:

.venv\Scripts\activate

Else:

source .venv/bin/activate

Requirements

pip install -r requirements.txt

Change log

1.0.0

First stable Microbill version

1.0.1

  • Added version to Microbill
  • Included Register file examples in case previous installations were not found