Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 884 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 884 Bytes

vgonisanz's User Input Automatization

Usage

TBD

Development

To start developing this project, clone this repo and do:

make env-create

This will create a virtual environment with all the needed dependencies (using tox). You can activate this environment with:

$ source ./.tox/uia/bin/activate

Then, you can run make help. Learn more about the different tasks you can perform on this project using make.

Upgrade dependencies

From scratch, use the following command to generate requirements{-dev}.txt files:

make env-compile

Contributing

Please see the Contributing Guidelines section for more details on how you can contribute to this project.

License

GNU General Public License v3