Iterated to reference beta 4
This commit is contained in:
parent
3121ca00ad
commit
4a09727e65
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ OpenFlexure Microscope Software
|
||||||
- Create a virtual environment with `python3 -m venv env` (or your favourite virtual environment system)
|
- Create a virtual environment with `python3 -m venv env` (or your favourite virtual environment system)
|
||||||
- Activate with `source env/bin/activate`
|
- Activate with `source env/bin/activate`
|
||||||
- Install non-python dependencies with `sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev`
|
- Install non-python dependencies with `sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev`
|
||||||
- Install module by running `pip install openflexure-microscope==1.0.0b0`
|
- Install module by running `pip install openflexure-microscope==1.0.0b4`
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Install
|
||||||
- Create a virtual environment with ``python3 -m venv env`` (or your favourite virtual environment system)
|
- Create a virtual environment with ``python3 -m venv env`` (or your favourite virtual environment system)
|
||||||
- Activate with ``source env/bin/activate``
|
- Activate with ``source env/bin/activate``
|
||||||
- Install non-python dependencies with ``sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev``
|
- Install non-python dependencies with ``sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev``
|
||||||
- Install module by running ``pip install openflexure-microscope==1.0.0b0``
|
- Install module by running ``pip install openflexure-microscope==1.0.0b4``
|
||||||
|
|
||||||
Web API
|
Web API
|
||||||
-------
|
-------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue