diff --git a/contributing-docs/03_contributors_quick_start.rst b/contributing-docs/03_contributors_quick_start.rst index a717f10d4b69a..eb84bb668a78b 100644 --- a/contributing-docs/03_contributors_quick_start.rst +++ b/contributing-docs/03_contributors_quick_start.rst @@ -169,7 +169,8 @@ like system, this command will install all necessary dependencies that should be libssl-dev locales lsb-release openssh-client sasl2-bin \ software-properties-common sqlite3 sudo unixodbc unixodbc-dev -3. With Hatch you can enter virtual environment with ``hatch env shell`` command: +3. With Hatch you can enter the virtual environment with ``hatch shell`` command, check + `Local virtualenvs <./07_local_virtualenv.rst#using-hatch>`__ for more details: Forking and cloning Project ---------------------------