From 10ae1ee93082adc23806a310d9ce719abeb2f683 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 7 Jul 2023 17:53:59 -0400 Subject: [PATCH] Update pipenv version Signed-off-by: Peter Zhu --- DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index a220f1fa7c..0ee83ce580 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -66,7 +66,7 @@ This project uses [pipenv](https://pipenv.pypa.io/en/latest/), which is typicall $ pip install pipenv $ pipenv --version -pipenv, version 2023.3.20 +pipenv, version 2023.6.12 ``` On Windows, run `pyenv rehash` if `pipenv` cannot be found. This rehashes pyenv shims, creating a `pipenv` file in `/.pyenv/pyenv-win/shims/`.