Item | Badge |
---|---|
License | |
PyPI | |
GitHub Action | |
Maintainability | |
Test Coverage | |
Gitter |
cfpm
is a package manager designed to manage C / C++ packages.
cfpm
requires at least Python 3.7 to run.
Make sure the pip comes from Python 3. Use pip -V
to verify it.
$ pip install cfpm
You can also upgrade it using pip using pip install cfpm --upgrade
.
Building from source is easy too. Clone the repo and pip install
will do the
work.
$ git clone https://github.com/project-cfpm/cfpm.git
$ cd cfpm
$ pip install .
TODO