Skip to content

Commit

Permalink
replace mentions of flit with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dswah committed Feb 11, 2024
1 parent c89eece commit fa0839e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Or via ``conda-forge``, however this is typically less up-to-date: ::

conda install -c conda-forge pyGAM

You can install the bleeding edge from github using ``flit``.
You can install the bleeding edge from github using ``poetry``.
First clone the repo, ``cd`` into the main directory and do: ::

pip install flit
flit install
pip install poetry
poetry install


Optional
Expand Down
8 changes: 4 additions & 4 deletions doc/source/notebooks/quick_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
" \n",
"\n",
"#### Bleeding edge\n",
"You can install the bleeding edge from github using `flit`.\n",
"You can install the bleeding edge from github using `poetry`.\n",
"First clone the repo, ``cd`` into the main directory and do:\n",
"\n",
" pip install flit\n",
" flit install"
" pip install poetry\n",
" poetry install"
]
},
{
Expand Down Expand Up @@ -529,4 +529,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit fa0839e

Please sign in to comment.