

With the virtualenv in place we just need to activate it and then install the forum package itself: $ pipenv shell This project utilized Pipenv in development, and we can use that now to create the virtualenv and install the dependencies: $ cd ~/forum We’re going to create a new Python 3.7 virtualenv and install the package locally.

We have the source for our forum package downloaded to ~/forum. Successfully complete this lab by achieving the following learning objectives: Create a Virtualenv and Install the `forum` Package
