8000 📝Add the minimal version requirement on pipenv by ithinuel · Pull Request #23 · ARMmbed/mbed-tools-lib · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

📝Add the minimal version requirement on pipenv #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development and Testing

For development and testing purposes, it is essential to use a virtual environment. It is recommended that `pipenv` is used.
For development and testing purposes, it is essential to use a virtual environment. It is recommended that `pipenv >= 2018.11.26` is used.

## Setup Pipenv

Expand Down
1 change: 1 addition & 0 deletions news/20200709222031.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add the minimal version requirement on pipenv
0