Skip to content
\n

Windows cmd:

\n
python3 -m venv venv\ncall venv\\Scripts\\activate\npython3 -m pip install python-cmethods
\n

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.io/en/stable/

\n
git clone https://github.com/btschwertfeger/python-cmethods.git\ncd python-cmethods\npython3 -m venv venv\nsource venv/bin/activate\npython3 -m pip install .
","upvoteCount":1,"url":"https://github.com/btschwertfeger/python-cmethods/discussions/37#discussioncomment-5793118"}}}

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