diff --git a/docs/faq.md b/docs/faq.md index a0f7bd3..b7b0e9b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -53,6 +53,6 @@ If you're using [pyenv](https://github.com/pyenv/pyenv) to manage your Python ve ## How do I disable the automatic search/usage of the `.venv` virtual environment? -If you look at the [diagram of how the Launcher chooses what Python interpreter/environment to use](index.md#diagram-of-how-the-python-launcher-selects-a-python-interpreter), you will notice that the `.venv` virtual environment is only selected if you **don't** specify a verison restriction, e.g. `py -3` disables the search. +If you look at the [diagram of how the Launcher chooses what Python interpreter/environment to use](index.md#diagram-of-how-the-python-launcher-selects-a-python-interpreter), you will notice that the `.venv` virtual environment is only selected if you **don't** specify a version restriction, e.g. `py -3` disables the search. The thinking behind this is that if you want a specific Python version then you aren't interested in a specific virtual environmen., Thus the search for `.venv` is skipped when **any** specific version is requested. diff --git a/docs/install.md b/docs/install.md index 1716d47..feb186c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -34,6 +34,8 @@ There are three ways to install the Python Launcher for Unix: Which option is available and best for you will depend on your operating system and your own personal preferences. +[![Packaging status](https://repology.org/badge/vertical-allrepos/python-launcher.svg)](https://repology.org/project/python-launcher/versions) + ## Linux ### [Linuxbrew](https://docs.brew.sh/Homebrew-on-Linux)