|
You are here |
joecmarshall.com | ||
| | | | |
scripter.co
|
|
| | | | | How I generated the Python dependencies file requirements.txt so that Netlify can install and run the HTML5 Validator before deploying this site. | |
| | | | |
davidalfonso.es
|
|
| | | | | ||
| | | | |
vxlabs.com
|
|
| | | | | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the... | |
| | | | |
willhaley.com
|
|
| | | These instructions assume you have already installed a version of Python compatible with Flask. They also assume you have installed pip, a Python package manager. I've written instructions for this. Be mindful when copying and pasting the code below. Make sure you use Unix-style line endings in your text editor, as Michael Lee points out in the comments below. You will very likely encounter issues if you use Windows-style line endings. | ||