February 2023
Intermediate to advanced
248 pages
6h 42m
English
In this book, you’ll use a few tools frequently, and you’ll eventually need them across several projects. This appendix covers the installation of these tools, which you’ll learn more about in the chapters. You can run the installation commands from almost anywhere on your system.
Several tools are available as Python packages, but you don’t want to have to install them in each project where you use them if they’re general purpose in nature. You should still install the tools in isolation, though, so that they don’t mix with other installed software unnecessarily. pipx (https://github.com/pypa/pipx/) is a management tool for running other Python tools in ...
Read now
Unlock full access