diff --git a/README.md b/README.md index 3fc62fe..1c40ef8 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,6 @@ The initial version was developed as part of the course TFYA75: Applied Physics ## Installing ENVISIoN from deb package -Download the packaged version from the [releases page](https://github.com/rartino/ENVISIoN/releases). - -Install the deb package using your package manager. -You should now be able to start ENVISIoN using `envision` and Inviwo using `envision-inviwo` in your terminal. - ### Dependencies Envision requres that Python3 and some python modules are installed. To install those run: @@ -54,6 +49,13 @@ sudo apt install python3 python3-pip sudo pip3 numpy scipy h5py regex matplotlib pybind11 ``` +### Download and install ENVISIoN + +Download the packaged version from the [releases page](https://github.com/rartino/ENVISIoN/releases). + +Install the deb package using your package manager. +You should now be able to start ENVISIoN using `envision` and Inviwo using `envision-inviwo` in your terminal. + ## Installing ENVISIoN from source This guide will step by step show how to build Inviwo and thereafter install ENVISIoN from source using Ubuntu 18.04. Installing and building on other platforms should be simmilar but dependencies and specific commands may vary.