Skip to content

Commit

Permalink
code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Jan 6, 2024
1 parent 0986bd5 commit df221d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ Install CyFi with pip:
pip install cyfi
```

If you're on a Mac, you should install from conda-forge instead:
Alternatively, CyFi can be installed with conda:

```
conda install -c conda-forge cyfi -y
conda install -c conda-forge cyfi
```

There is a known issue with the pip installation on M1 Macs due to LightGBM. If you encounter this, we recommend installing CyFi with conda.

For detailed instructions for those installing python for the first time, see the [Installation](https://cyfi.drivendata.org/installation/) page.

### Generate batch predictions
Expand Down
6 changes: 4 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ Install CyFi with pip:
pip install cyfi
```

If you're on a Mac, you should install from conda-forge instead:
Alternatively, CyFi can be installed with conda:

```
conda install -c conda-forge cyfi -y
conda install -c conda-forge cyfi
```

There is a known issue with the pip installation on M1 Macs due to LightGBM. If you encounter this, we recommend installing CyFi with conda.

For detailed instructions for those installing python for the first time, see the [Installation](installation.md) docs.

### Generate batch predictions
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Once the Miniconda installation has finished,

1. Open the terminal by typing ⌘+space (to open spotlight search) and then typing "Terminal". Hit enter.

2. Type `conda install -c conda-forge cyfi` and hit enter
2. Type `conda install -c conda-forge cyfi` and hit enter. When prompted with "Proceed ([y]/n)?", hit enter again.

3. To check that CyFi has been installed, run `pip show cyfi`

Expand Down

0 comments on commit df221d1

Please sign in to comment.