Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@
"- Install ``conda`` e.g. [miniforge](https://github.com/conda-forge/miniforge)\n",
"\n",
"```bash\n",
"conda create --name my_env python r-base r-mgcv\n",
"conda create --name my_env rpy2 python r-base r-mgcv\n",
"conda activate my_env\n",
"python -m pip install pymgcv\n",
"```\n",
"\n",
"**Using pixi**:\n",
"\n",
"- Install [pixi](https://github.com/prefix-dev/pixi)\n",
"\n",
"```bash\n",
"pixi init\n",
"pixi add python r-base r-mgcv\n",
"pixi add rpy2 python r-base r-mgcv\n",
"pixi add --pypi pymgcv\n",
"pixi shell\n",
"```\n",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ convention = "google"
r-base = ">=4.4.3,<4.5"
r-mgcv = ">=1.9_3,<2"
xz = ">=5.8.1,<6"
rpy2 = ">=3.5.0" # install from conda


[tool.pixi.pypi-options]
Expand Down