We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev install of volmdlr in PyCharm venv:
volmdlr
with python [setup.py](http://setup.py) develop —user (recommended by volmdlr doc)
python [setup.py](http://setup.py) develop —user
with pip install .
pip install .
site-packages
with pip install -e .
pip install -e .
manually (only way to have it working for me in my PyCharm venv)
inspired by dessia_common install with pip install -e ..
dessia_common
in the site-packages folder:
volmdlr.egg-link
/home/gibertini/PycharmProjects/my_project/volmdlr .
easy-install.pth
/home/gibertini/PycharmProjects/my_project/volmdlr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dev install of
volmdlr
in PyCharm venv:with
python [setup.py](http://setup.py) develop —user
(recommended byvolmdlr
doc)with
pip install .
site-packages
folder).with
pip install -e .
volmdlr
remains unimportablevolmdlr
(not importable):site-packages
folder by this installmanually (only way to have it working for me in my PyCharm venv)
inspired by
dessia_common
install withpip install -e .
.in the
site-packages
folder:volmdlr.egg-link
fileeasy-install.pth
The text was updated successfully, but these errors were encountered: