Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaismail committed Aug 16, 2019
1 parent 8868a94 commit 4802e18
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit 4802e18

Please sign in to comment.