Update README.md
This commit is contained in:
parent
2276cc683f
commit
428e3e01c5
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ OpenFlexure Microscope Software
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
A general guide on setting up your microscope can be found [here on our website](https://www.openflexure.org/projects/microscope/).
|
A general user-guide on setting up your microscope can be found [here on our website](https://www.openflexure.org/projects/microscope/).
|
||||||
|
|
||||||
## Easy
|
## Easy
|
||||||
- Run `curl -LSs get.openflexure.org/microscope |sudo bash`
|
- Run `curl -LSs get.openflexure.org/microscope |sudo bash`
|
||||||
|
|
@ -32,6 +32,10 @@ API documentation, with example requests, is available [here](https://openflexur
|
||||||
|
|
||||||
# Developer notes
|
# Developer notes
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Full documentation can be found on [ReadTheDocs](https://openflexure-microscope-software.readthedocs.io/en/stable/)
|
||||||
|
|
||||||
## Build-system
|
## Build-system
|
||||||
As of 1.0.0b0, we're using [Poetry](https://github.com/sdispater/poetry) to manage dependencies, build, and distribute the package. All package information and dependencies are found in `pyproject.toml`, in line with [PEP 518](https://www.python.org/dev/peps/pep-0518/). If you're developing this package, make use of `poetry.lock` to ensure you're using the latest locked dependency list.
|
As of 1.0.0b0, we're using [Poetry](https://github.com/sdispater/poetry) to manage dependencies, build, and distribute the package. All package information and dependencies are found in `pyproject.toml`, in line with [PEP 518](https://www.python.org/dev/peps/pep-0518/). If you're developing this package, make use of `poetry.lock` to ensure you're using the latest locked dependency list.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue