Installation¶
This section of the documentation explains how to install BrazilCEP.
Supported Python Versions¶
BrazilCEP supports the following Python versions:
Install from PyPI¶
To install BrazilCEP from PyPI, run the following command in your terminal:
pip install brazilcep
Install from Source Code¶
The source code for BrazilCEP is hosted on GitHub and is always available for download.
Clone the public repository:
git clone https://github.com/mstuttgart/brazilcep.git
Or download the tarball:
curl -OL https://github.com/mstuttgart/brazilcep/tarball/main
Navigate to the project directory:
cd brazilcep
Install the package in editable mode:
pip install -e .
You can now use BrazilCEP in your Python projects.