Changes between Version 6 and Version 7 of ndg_security/Installation
- Timestamp:
- 21/05/12 09:15:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ndg_security/Installation
v6 v7 5 5 $ pip install -f http://ndg.nerc.ac.uk/dist/ ndg_security 6 6 }}} 7 To pick up unit and integration tests: 8 {{{ 9 $ pip install -f http://ndg.nerc.ac.uk/dist/ ndg_security_test 10 }}} 7 11 Other dependencies: 8 12 {{{ 9 13 $ pip install ndg_xacml psycopg2 Genshi 10 }}}11 To pick up unit and integration tests:12 {{{13 $ pip install -f http://ndg.nerc.ac.uk/dist/ ndg_security_test14 14 }}} 15 15 Nb. the `--proxy <url>` setting may be needed if your site is behind a HTTP proxy.