Skip to content

Commit

Permalink
more help to install openpyxl library
Browse files Browse the repository at this point in the history
  • Loading branch information
lgnbhl committed Apr 22, 2024
1 parent 3171454 commit 9862c4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@ with the functions of the R package.
#reticulate::use_virtualenv("~/pythonenvs/userenv")
```

If you failed to install "openpyxl" with "xlcharts" functions, you can try using the "reticulate" R package:

``` r
reticulate::install_python()
```

Once Python is installed in your machine, you can install "openpyxl" from the terminal:

```
python3 -m pip install openpyxl
```

## Create a workbook

Expand Down

0 comments on commit 9862c4e

Please sign in to comment.