From 25f19ca897ccce5eb0cd7a8bc84e143d3e5a0feb Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 30 Oct 2018 18:48:41 +0800 Subject: README: Tweak the installation steps a bit --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 8a8125a..b695158 100644 --- a/README.rst +++ b/README.rst @@ -68,18 +68,19 @@ Installation $ cd fg21sim/ $ make venv - $ . ./venv/bin/activate + $ . venv/bin/activate + (venv) $ Check to make sure that this virtual environment is activated so that the - default ``python3`` and ``pip3`` is pointed to the virtual environment. + ``python3`` and ``pip3`` are pointed to the virtual environment. 4. Install this software into the virtual environment:: - $ python3 setup.py install + (venv) $ python3 setup.py install 5. You are ready to use this software. Just have a look, e.g.:: - $ fg21sim --help + (venv) $ fg21sim --help Development -- cgit v1.2.2