Skip to content

Commit e2508d7

Browse files
lwasserkierisi
andauthored
Fix: edits from @jaimergp
Co-authored-by: Jesse Mostipak <jesse.maegan@gmail.com>
1 parent 08f35e4 commit e2508d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package-structure-code/publish-python-package-pypi-conda.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ packages. These repositories are known as channels (discussed below).
7171

7272
The conda ecosystem evolved years ago to provide support for and
7373
simplify the process of managing software dependencies in scientific
74+
The conda ecosystem evolved years ago to provide support for, and
75+
simplify the process of, managing software dependencies in scientific
7476
Python projects.
7577

7678
Many of the core scientific Python projects depend upon or wrap around tools and extensions that are written in other languages, such as C++. In the early stages of the scientific ecosystem's development, these non-Python extensions and tools were not well supported on PyPI, making publication difficult. In recent years there is more support for complex builds that allow developers to bundle non-Python code into a Python distribution using the [wheel distribution format](python-wheel).

0 commit comments

Comments
 (0)