ksallberg / wallstreet_tycoon

pygame implementation of a basic stock trading simulation
3 stars 1 forks source link

virtualenv #1

Open ksallberg opened 7 years ago

ksallberg commented 7 years ago

install dependencies with virtualenv instead

samgermain commented 3 years ago

Any easy full instructions on how to do that?

ksallberg commented 3 years ago

Hm, I thought I had archived all my old repos, apparently not. This was a school course I took 8 years ago. I think the overall architecture of this is dubious and I'm not sure if it still works. Also I don't think it is a very fun game :)

Well, the dependencies are listed in the file below, not sure if pip freeze > requirements.txt would work or not. I suppose virtualenv would be good if you have several python projects on your computer. I haven't used python in a long time

https://github.com/ksallberg/wallstreet_tycoon/blob/master/setup.py