Requirements of Data Model

Get to know the requirements of building the data model.

We'll cover the following

Langman directory

We begin creating the project by creating a directory “langman” and running both git init and pipenv --three within that directory. We know immediately that the Python environment will require sqlalchemy, flask, flask-restplus, and pyyaml, so we can install them now. Altogether, this would look something like this in Windows PowerShell:

Get hands-on with 1200+ tech skills courses.