You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/04/01 11:13:11 UTC

[couchdb-documentation] branch master updated: Update Getting Started section in Readme (#514)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 0921b1e  Update Getting Started section in Readme (#514)
0921b1e is described below

commit 0921b1e3f970c0075853feecf587abd428c1f5d6
Author: Florian Breisch <fl...@mindkeeper.solutions>
AuthorDate: Wed Apr 1 13:13:01 2020 +0200

    Update Getting Started section in Readme (#514)
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 93b0181..fd4efc4 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,16 @@ You can view the latest rendered build of this content at:
 
 # Building this repo
 
-Install Python 2.7+ and pip. Then:
+Install Python3 and pip. Then:
 
 ```sh
-$ virtualenv venv
-$ . ./venv/bin/activate
+$ python3 -m venv .venv
+$ source .venv/bin/activate
 $ pip install -r requirements.txt
 $ make html # builds the docs
 $ make check # syntax checks the docs
 ```
+
 # Feedback, Issues, Contributing
 
 General feedback is welcome at our [user][1] or [developer][2] mailing lists.