Skip to content

Commit

Permalink
Update guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeankit authored Jul 31, 2023
1 parent 7d18315 commit e0cab76
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,14 @@ packages. SciCookie support the following:
compatibility with setuptools and Cargo make it an easy-to-use tool, offering
developers a simple solution to combine the strengths of Python and Rust within
a unified project.
- [**scikit**](https://scikit-hep.org):It's build system designed for Python packaging tool, serving as an enhanced build system generator for CPython C extensions, greatly improves package management within the scientific Python ecosystem. It offers superior support for diverse compilers, build systems, cross compilation, and efficient dependency locating with their associated build requirements. With its capabilities, it facilitates cross-platform builds using CMake and effortless integration with C/C++ libraries, making it a valuable asset for research software engineers.
- [**scikit**](https://scikit-hep.org):It's build system designed for Python
packaging tool, serving as an enhanced build system generator for CPython
C extensions greatly improves package management within the scientific Python
ecosystem. It offers superior support for diverse compilers, build systems,
cross-compilation, and efficient dependency locating with their associated
build requirements. With its capabilities, it facilitates cross-platform
builds using CMake and effortless integration with C/C++ libraries, making
it a valuable asset for research software engineers.
The idea behind the options in SciCookie is that you can choose from some of the
most popular system compilers to suit your needs and preferences for developing
Python packages. If you think we should add more options, you can submit your
Expand Down

0 comments on commit e0cab76

Please sign in to comment.