Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 20, 2017
1 parent a9c99db commit f2341e2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# setup

Vanilla distribution, including example projects and dependencies

<br>

### Development

To use latest up-to-date repositories alongside avalon-setup while developing, you can override the submodules used internally via environment variables.

**avalon-local.bat**

```bat
@echo off
set AVALON_CORE=<path/to/avalon-core>
set AVALON_LAUNCHER=<path/to/avalon-launcher>
set AVALON_PROJECTS=<path/to/avalon-examples>
set AVALON_CONFIG=<my_config>
set AVALON_LABEL=<my label>
set AVALON_SENTRY=<replace me>
set AVALON_MONGO=mongodb://<mongodb-address>
set PYTHONPATH=<path/to/config>;%PYTHONPATH%
python <path/to/avalon-setup>/avalon.py %*
```

0 comments on commit f2341e2

Please sign in to comment.