Technical requirements
For the rest of the book, we will be using Pipenv, PyCharm, and Jupyter Notebook for local development and version control with a Git-tracked repository. To empower yourself to follow along with the coding examples and tutorials, we highly encourage you to revisit Chapter 1, to walk through the instructions to download and install each tool in your local environment and fork your own variation of the Git repository associated with this book.
Assuming you’re ready to go, let’s get started on setting up our virtual environment for development! Open up your PyCharm application, select Get from VCS, and clone your GitHub repository into your PyCharm environment. Within the project, open up the PyCharm terminal and run the following commands:
(base) usr@project % pipenv shell