gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated (1ef4376 -> dad4243)


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated (1ef4376 -> dad4243)
Date: Mon, 20 May 2019 22:40:31 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a change to branch master
in repository blog.

    from 1ef4376  Installation.
     new ab3eae0  dependencies
     new dad4243  readme

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README   | 18 ++++++++++++++++++
 setup.py |  3 ++-
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..a8d4c44
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+Installation instructions
+-------------------------
+
+First, initialize the configure script.
+
+$ ./bootstrap
+
+Then, choose the installation prefix
+
+$ ./configure --prefix=<prefix>
+
+Last, install
+
+$ make install
+
+Optionally, to run tests:
+
+$ make check
diff --git a/setup.py b/setup.py
index e78af80..a372162 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,8 @@ setup(name='talerblog',
       packages=find_packages(),
       install_requires=["Flask>=0.10",
                         "beautifulsoup4",
-                        "jsmin"],
+                        "jsmin",
+                        "requests"],
       tests_require=["nose", "mock"],
       test_suite="nose.collector",
       package_data={

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]