No Conda, No Anaconda usage

main
Jeff Moe 2023-09-30 10:44:39 -06:00
parent 8a27f5acec
commit 987511044b
1 changed files with 9 additions and 1 deletions

View File

@ -203,7 +203,7 @@ Probably:
* https://github.com/PyCQA/flake8-bugbear
## Not Ruff
## No Ruff
Not using `ruff` because:
* The newer `ruff` linter from PyPI fails to run on ppc64le
@ -213,6 +213,14 @@ Not using `ruff` because:
old, so it fails to build from source.
# No Conda, No Anaconda
While the Conda and Anaconda software is free software,
usage isn't free for companies, who must pay for access
to the servers. So the code is libre, but actually using
it the way it is commonly used, can't be done under libre
terms. Using `pip` is fine, and anaconda isn't ever needed.
# Development
To "develop", install the requirements: