Skip to content

Commit e253ad0

Browse files
authored
docs: remove outdated information about reticulate configuration from README
1 parent f3cb785 commit e253ad0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ or from [R Universe](https://r-universe.dev/):
7373
install.packages("chromConverter", repos="https://ethanbass.r-universe.dev/", type="source")
7474
```
7575

76-
**Note:** There are some changes in recent versions of RStudio that messed up the accessibility of the python bindings through `reticulate`. If you wish to access python-based parsers (e.g. aston or rainbow) through a recent version of RStudio, it is suggested to first change the default settings in RStudio. To do this, open `Tools:Global Options...:Python` and uncheck the box that says `Automatically activate project-local Python environments`. Then restart RStudio. Alternatively, this issue can be resolved by selecting the desired python interpreter in the Python settings pane. It is recommended to use a local installation of miniconda, which can be installed by running `reticulate::install_miniconda()`.
77-
7876
### Usage
7977

8078
##### Importing chromatograms

0 commit comments

Comments
 (0)