diff --git a/README.md b/README.md index 07b5b61..85ef265 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ docker exec -it 05b3a3471f6f bash ### Development Env. -I am using Python 3.7 +Project is using Python 3.7 -I use [pipenv](https://pipenv.pypa.io/en/latest/) when I develop with Python. +In the project we use [pipenv](https://pipenv.pypa.io/en/latest/) when developing. ```bash pipenv install && pipenv shell