Skip to content

Commit fc70786

Browse files
committed
DOC: Replace poetry with conda
1 parent fba5115 commit fc70786

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/dev/building_the_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building the docs
22

3-
This guide goes through how to build the NumPy-Financial documentation with poetry
3+
This guide goes through how to build the NumPy-Financial documentation with spin and conda
44

55
## Assumptions
66

doc/source/dev/building_with_spin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Building with poetry
1+
# Building with spin and conda
22

3-
## Installing poetry
3+
## Installing conda
44
numpy-financial uses [spin](https://github.com/scientific-python/spin) and conda
55
to manage dependencies, build wheels and sdists, and publish to PyPI this page
66
documents how to work with spin and conda.
@@ -14,7 +14,7 @@ To check your installation try to check the version of miniconda:
1414
conda -V
1515
```
1616

17-
## Setting up a virtual environment using poetry
17+
## Setting up a virtual environment using conda
1818

1919
Once conda is installed it is time to set up the virtual environment. To do
2020
this run:

0 commit comments

Comments
 (0)