latitudegames / AIDungeon

Infinite adventures await!
http://www.aidungeon.io/
MIT License
3.18k stars 556 forks source link

Remove f strings #210

Closed cmazzullo closed 4 years ago

cmazzullo commented 4 years ago

๐ŸŽ‰ Issues resolved:

  1. Install python 3.5
  2. Make a new virtualenv
  3. Run pip install -r requirements.txt
  4. Copy the folder containing the model data to generator/gpt2/models
  5. Run the game: python play.py
  6. If it didn't crash you're good!
ben-bay commented 4 years ago

Fair enough! I love f-strings but I guess we should actually make it 3.5-compatible if that's what it's supposed to be.