X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=README.md;h=02e50b0fdc7d8af0fc9c3e34ebec7128e08c8aa6;hb=5e1bf955465e4ace0aa0935095f215284458fc52;hp=931c313d69ae5dcd5f1dcb52e1ff5e376d5946bd;hpb=7651aae47d770b46b761aefcedc31b6d83b0f930;p=xonotic%2Fxonstat.git diff --git a/README.md b/README.md index 931c313..02e50b0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,18 @@ This is **XonStat**, the application in front of [xonstatdb][xonstatdb]. ---- -To start, first run the following from the root directory to set up dependencies: +To start, create a virtualenv and install dependencies: - python setup.py develop + virtualenv env + source env/bin/activate + +From within the directory you've cloned the repo, install the dependencies: + + pip install -r requirements.txt + +Next, install the application itself: + + pip install -e . Next you'll want to set up [xonstatdb][xonstatdb]. This is maintained as a separate project here: