Installing

You may install in one of the following ways:

  • Through pip
  • Through requirements.txt

To install via pip

To install via pip, open a terminal, and type the following command:

$ pip install area4

It should install.

To install via requirements.txt

To use area4 as a dependency for your project, you can add the following line:

area4

Warning

You must have prior knowledge with using a requirements.txt file to take this path. If not, search how to use a requirements file for Python dependencies