From 0a23a6d02678f2ca93c54aba099d0fbc2943d7fc Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Tue, 27 Nov 2018 17:15:48 +0000 Subject: [PATCH] Update README.md I've fixed a typo with the virtual environment creation and added a line to suggest you install the binary dependencies for Pillow and numpy/scipy. We might want to mention the set up for the pi camera too. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c53ffdd9..fa488f42 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ OpenFlexure Microscope Software # Installation This module is currently in very early development, and is perhaps best installed in developer mode. - (Recommended) create a virtual environment - - In the openflexure-microscope-software directory, create a venv with `python3 venv env` + - In the openflexure-microscope-software directory, create a venv with `python3 -m venv env` - Activate with `source env/bin/activate` + - Install dependencies with `sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev` - Install requirements with `pip install -r requirements.txt` - Install module in developer mode by running `python3 setup.py develop` - Installing in developer mode allows the module to be modified by editing files directly in the openflexure-microscope-software directory.