gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] 01/14: README: Added a section and moved an


From: gnunet
Subject: [taler-taler-merchant-demos] 01/14: README: Added a section and moved an instruction
Date: Sun, 06 Sep 2020 11:20:18 +0200

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

grothoff pushed a commit to branch master
in repository taler-merchant-demos.

commit c93ad0e20150556359e12a86a714ec28ea12201c
Author: Torsten Grothoff <tg@wafflepowered.com>
AuthorDate: Sun Aug 23 11:52:42 2020 +0200

    README: Added a section and moved an instruction
    
    Added a section to the readme for quickly installing all dependencies in 
one command (for lazy people)
    Moved the section for configuring under the installing python one.
---
 README.md | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index cb5bba6..967bafa 100644
--- a/README.md
+++ b/README.md
@@ -6,19 +6,19 @@ Step 1: `cd` into the directory:<br/>
 > ```$ cd taler-merchant-demos```
 
 <br/>
-Step 2: configure it using:<br/>
+Step 2: Ensure Python3.5 or above is installed using a command like:<br/>
 
-> ```$ ./configure --destination=local```
+> ```$ sudo apt install python3.8 -y```
 
 <br/>
-Step 3: Ensure Python3.5 or above is installed using a command like:<br/>
+Step 3: Ensure Python3 Pip is installed:<br/>
 
-> ```$ sudo apt install python3.8 -y```
+> ```$ sudo apt install python3-pip -y```
 
 <br/>
-Step 4: Ensure Python3 Pip is installed:<br/>
+Step 4: configure it using:<br/>
 
-> ```$ sudo apt install python3-pip -y```
+> ```$ ./configure --destination=local```
 
 Step 5: Install UWSGI<br>
 *NOTE: DO NOT INSTALL USING PIP2 (on my system, that is what the pip command 
uses) - INSTALL IT USING PIP3*
@@ -29,9 +29,13 @@ Step 5: Install UWSGI<br>
 Step 6: Install LXML
 *NOTE: DO NOT INSTALL USING PIP2 (on my system, that is what the pip command 
uses) - INSTALL IT USING PIP3*
 
-> ```pip3 install lxml```
+> ```$ pip3 install lxml```
 <br>
 
+## Quick Install for the dependencies
+Here's one command to automatically install all dependencies at once:
+> ```$ sudo apt install python3.8 python3-pip -y; pip3 install lxml uwsgi; 
./configure --destination=local```
+
 ## Configuring the demo
 *This is just how I did it, and not the main method of doing it*
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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