Login using Social Account
     Continue with GoogleLogin using your credentials
Now that we know what is a virtual environment and how to create one, we shall now create a virtual environment named model-env inside Model-Server-Folder.
The following commands should be executed in the console.
If you haven't yet switched to Flask-ZMQ-App-Folder/Model-Server-Folder directory yet, perform
cd ~/Flask-ZMQ-App-Folder/Model-Server-Folder
Let us create a virtual environment for the Flask App we are going to build now.
Create a virtual environment named model-env using the command virtualenv:
virtualenv model-env
Activate the virtual environment model-env:
source model-env/bin/activate
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...