alienbrett / PyAlly

Ally Invest API Module for Python3
https://alienbrett.github.io/PyAlly/
MIT License
57 stars 28 forks source link

Add Makefile and Dev Env Targets #59

Closed LaikaN57 closed 3 years ago

LaikaN57 commented 3 years ago

This adds a simple Makefile which will setup all needed tools on a developers machine to be able to contribute to this repo. They simply just run the commands below (included in new sections in the README.md):

make venv # run once
source venv/bin/activate # run for every new terminal
LaikaN57 commented 3 years ago

Using mm0 fork instead.