From 8325a3ee5db92b5e219b1c853d12db8534ff8bba Mon Sep 17 00:00:00 2001 From: zuber Date: Fri, 2 Oct 2009 19:14:34 +0200 Subject: [PATCH] =?utf8?q?Nowe=20README.=20U=C5=BCycie=20pip=20do=20instal?= =?utf8?q?acji=20wymaganych=20bibliotek.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.rst | 15 +++++++++++++++ README.txt | 13 ------------- requirements.txt | 7 +++++++ 3 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 README.rst delete mode 100644 README.txt create mode 100644 requirements.txt diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..0f4e7ae1 --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +Instalacja +========== +1. Ściągnij i zainstaluj `pip `_ +2. Zainstaluj wymagane biblioteki komendą:: + + pip install -f http://redmine.nowoczesnapolska.org.pl/projects/librarian/files -r requirements.txt + +Zależności +========== + + * `Django 1.1 `_ + * `Mercurial 1.3.1 `_ + * `librarian 1.2 `_ + * `PIL 1.1.6 `_ (wymagane przez skrypt imgconv.py) + * `pngnq `_ (wymagane przez skrypt imgconv.py) diff --git a/README.txt b/README.txt deleted file mode 100644 index 8caa441e..00000000 --- a/README.txt +++ /dev/null @@ -1,13 +0,0 @@ -Zależności -========== - - * [Django 1.1](http://djangoproject.com/) - * [Mercurial 1.3.1](http://www.selenic.com/mercurial/) - * [librarian 1.1](http://redmine.nowoczesnapolska.org.pl/projects/show/librarian) - * [PIL 1.1.6](http://www.pythonware.com/products/pil/) (wymagane przez skrypt imgconv.py) - * [pngnq](http://pngnq.sourceforge.net/) (wymagane przez skrypt imgconv.py) - -Moduły -====== - - * redmine -- wtyczka do Redmine dodająca informacje o publikacjach do zagadnień. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..172f733d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +Django==1.1 +django-piston==0.2.3rc1 +librarian==1.2.2 +lxml==2.2.2 +mercurial==1.3.1 +-e git://github.com/zuber/django-cas-consumer.git@master#egg=django-cas-consumer +-e git://github.com/zuber/django-cas-provider.git@master#egg=django-cas-provider -- 2.20.1