Helpful functions for Python 🐍 🛠️
| Docs | |
|---|---|
| Tests | |
| PyPI | |
| Anaconda | |
| Activity | |
| QA | |
| Other |
Helpful functions for Python
domdf_python_tools can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install domdf_python_toolsTo install with conda:
- First add the required channels
$ conda config --add channels http://conda.anaconda.org/conda-forge $ conda config --add channels http://conda.anaconda.org/domdfcoding
- Then install
$ conda install domdf_python_tools