Skip to content

Commit

Permalink
Merge pull request #28 from c-w/fix-clingwrapper-install
Browse files Browse the repository at this point in the history
Fix instructions for clingwrapper installation
  • Loading branch information
wlav committed Dec 7, 2021
2 parents e980964 + cd0192f commit ed4609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/repositories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ the first step if you already cloned the repo for ``cppyy-cling``)::

$ git clone https://github.com/wlav/cppyy-backend.git
$ cd cppyy-backend/clingwrapper
$ python -m pip install . --upgrade
$ python -m pip install . --upgrade --no-use-pep517 --no-deps

Upgrading ``CPyCppyy`` (if on CPython; it's not needed for PyPy) and ``cppyy``
is very similar::
Expand Down

0 comments on commit ed4609d

Please sign in to comment.