openai / neural-mmo

Code for the paper "Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents"

Home Page:https://openai.com/blog/neural-mmo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install $pkg --user

opened this issue · comments

Since (at least for some people) pip requires --user and while I'm sure there is a better way to do this:

cat neural-mmo/scripts/setup/setup.sh | grep "pip" | sed 's/$/ --user/' | bash

Where would be the best place to put this information? I know it's trivial but it's a lot better than editing line by line. Could we have a wiki with tips or something of that sort?

Just noticed this -- sorry! Yeah, there's a bunch of setup stuff that needs a home. I'll leave this open so I know integrate it in the next patch. I don't exactly have the bandwidth to maintain a full wiki at the moment, but I'll definitely take a pass at the readme setup when I finally finish this patch

The new patch, which will be live in a day or two, has a requirements.txt. pip install -r --user will work for the new version.