From 5d4e68a1a6aff372ba362848bdb2fc982b37eb25 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Mon, 22 Feb 2021 15:55:04 +0100 Subject: [PATCH] Change list formatting. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2327814..ace7af2 100644 --- a/README.md +++ b/README.md @@ -128,11 +128,11 @@ Manual control over the install If for any reason you want to control each step of the building process (for example you do not have *virtualenv* but you are using *conda*), here is how: - - Create a virtual environment or use an existing one and activate it - - Install the list of requirements that are listed in the src/pip.freeze file - - Install wxPython - - Build the msspec shared librarires with the command "make pybinding" - - Install the msspec Python package with "pip install -e src/" +- Create a virtual environment or use an existing one and activate it +- Install the list of requirements that are listed in the src/pip.freeze file +- Install wxPython +- Build the msspec shared librarires with the command "make pybinding" +- Install the msspec Python package with "pip install -e src/" The last step can be replaced by adding the src/ path to your PYTHONPATH, but bear in mind that the package will then be also visible to other virtual environments no matter they fit the msspec requirements.