[gimp-web/migrate/py3: 65/65] Add notes for py3 venv for building migration



commit 03eb183d8b6b01d945ce719398df874f27ef6788
Author: Pat David <patdavid gmail com>
Date:   Fri Jul 12 15:50:43 2019 -0500

    Add notes for py3 venv for building migration

 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/README.md b/README.md
index 04bb6a50..88c31a11 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,25 @@ The tools to build and test the site are Python, Pelican, and a couple of module
 Further information in greater detail can be found in the Pelican documentation 
(https://docs.getpelican.com/en/stable/).
 
 
+#### PYTHON 3 MIGRATION
+
+We are migrating to Python 3!  Also, yikes!
+
+Currently building on `Python 3.6.4` and `Pelican 4.0.1`.
+
+This is on branch `migrate/py3`.
+It's easiest to use a virtual environment to work in this, so once you've sorted out Python 3.6.4 being 
installed, you can run:
+
+```
+python3 -m venv py3-venv
+```
+
+This will make the virtual environment folder at `py3-venv`, which is already in `.gitignore`.
+
+To activate, as usual, `source py3-venv/bin/activate`.
+To de-activate, `deactivate`.
+
+
 ###  Pelican configuration files (pelicanconf.*)
 The main settings file to build the site is pelicanconf.*.
 


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