ascentai / flatlands-gym

An openAI gym driving simulator
MIT License
7 stars 0 forks source link

remove pipenv stuff #16

Closed kenneyd closed 6 years ago

kenneyd commented 6 years ago

Let's take care of dependencies in setup.py instead of bothering with pipenv/ requirements.txt stuff.

I thought pipenv would be better, but actually, just making your own virtualenv in whatever tool you want, and then running python setup.py install is much easier.

kenneyd commented 6 years ago

Merged in #17