You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # ``master`` is where development happens:
- # -e git://github.com/Kotti/Kotti.git#egg=kotti
-
- # ``testing`` is *always* the latest non final release (alpha, beta, etc.):
- # -e git://github.com/Kotti/Kotti.git@testing#egg=kotti
-
- # ``production`` is *always* the latest final release:
- # -e git://github.com/Kotti/Kotti.git@production#egg=kotti
-
- # You can also install a specific version with its pinned requirements:
- -r https://raw.githubusercontent.com/Kotti/Kotti/2.0.0b2/requirements.txt
- Kotti
- pyramid_debugtoolbar
- numpy
|