Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iVishalr authored Jun 10, 2021
1 parent da36be2 commit 6bc2455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $ sudo apt-get install libncurses-dev
# Downloading OpenBlas from Source. There's no other way to install OpenBlas in how cDNN wants it.
$ git clone https://github.com/xianyi/OpenBLAS.git
$ cd OpenBlas
$ cd OpenBLAS
$ sudo make && sudo make install #This will take a while depending on your system speed. You may see some warnings along the way. Don't worry about it.
```

Expand All @@ -121,7 +121,7 @@ On macOS,
$ brew install ncurses
$ brew install gfortran
$ git clone https://github.com/xianyi/OpenBLAS.git
$ cd OpenBlas
$ cd OpenBLAS
$ sudo make && sudo make install
```

Expand Down

0 comments on commit 6bc2455

Please sign in to comment.