Sheila Miguez
Sheila Miguez
you could run `pip install -e .` and not need a requirements.txt file.
@pdurbin In setup.py you could add ``` setup( name='dataverse', # ... extras_require={ "testing": TESTS_REQUIRE, "somethingsomething": THAT_OTHER_THING, } # and so on ``` and then `pip install -e ".[testing]"` That type...
How about set it so that every time you merge to master (or maybe make a staging branch) it deploys to staging?
I'm writing from the point of view of someone who knows how to setup and run django stuff. So the snags I'm focusing on are what happened after I did...
Maybe it was written a while back when evennia was on python2? Anyway, I can't remember what I did exactly but I'm pretty sure I ignored that part of the...
Do you think it would be simpler to add the evennia dependency to requirements.txt? The instrunctions could be to make a directory, git clone both evennia and arxcode in it,...
I'll add a note on the wiki for now mentioning your fork, @TehomCD . If it isn't the master branch you're using, let me know and I'll update the wiki...
Given the above, I will wait on doing anything. I don't want to lick the cookie though - if anyone else wants to work on it as is, that is...