Skip to content

Commit

Permalink
Change * to +
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhaoms committed Dec 31, 2021
1 parent d0b257c commit dac495a
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 @@ -45,15 +45,15 @@ To set up on your local machine:
1. Ensure software required for compilation and Python libraries
is installed.

* On Linux this can be supported by adding:
+ On Linux this can be supported by adding:

```bash
sudo apt-get install -y build-essential libpython<version>
```

where `<version>` should be `3.6` or `3.7` as appropriate.

* On Windows you will need [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
+ On Windows you will need [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/).

2. Create a conda or virtual environment. See the
[setup guide](SETUP.md) for more details.
Expand Down

0 comments on commit dac495a

Please sign in to comment.