Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed May 17, 2019
1 parent 6db9a21 commit 5931570
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ backend
## Installation
The package is tested for Python 2.7 and Python 3.6, which are the versions
recommended to use.
To install the package, use the following sequence of commands:
To install the package, please ensure that `gcc` and `gfortran` are
available, and then run the following commands:

```
git clone https://github.com/wesselb/lab
Expand Down Expand Up @@ -304,13 +305,11 @@ set_random_seed(seed)
rand(dtype, *shape)
rand(*shape)
rand(dtype)
rand()
rand(ref)
randn(dtype, *shape)
randn(*shape)
randn(dtype)
randn()
randn(ref)
```

### Shaping
Expand Down

0 comments on commit 5931570

Please sign in to comment.