Frequently Asked Questions (FAQ)
Here it is a compreensive, but not an exaustive, list of questions that may appear in using or developing with cucaracha library.
If your doubt is not found in this page, please be free to open an Issue at the GitHub project page.
How do I install the `cucaracha` library?
You can install `cucaracha` using pip by running the following command:pip install cucaracha
Which version of Python is required to use `cucaracha`?
`cucaracha` requires Python 3.10 or higher. You can check your Python version by running:python --version
I’m getting a “ModuleNotFoundError” when trying to import cucaracha. What should I do?
Make sure that `cucaracha` is installed correctly. Run the following command to verify installation:pip show cucaracha
How can I update `cucaracha` to the latest version?
You can update the library by running:pip install --upgrade cucaracha