Skip to content

Enquiry regarding the installation of "CMethods" #37

Answered by btschwertfeger
muhshif asked this question in Q&A
Discussion options

You must be logged in to vote

The python-cmethods package is currentlly only available on PyPI. To install the module via pip it is recommended to create and activate a virtual environment first:

For bash/sh/zsh on Linux/MacOS /unix-based systems:

python3 -m venv venv
source venv/bin/activate
python -m pip install python-cmethods

Windows cmd:

python3 -m venv venv
call venv\Scripts\activate
python3 -m pip install python-cmethods

You can also install the tool from source (the example works for unix-based systems). A note here - cloning the current master branch may contain undocumented features, since only tagged releases are considered as stable and included in the documentation at https://python-cmethods.readthedocs.i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by btschwertfeger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants