compiler-research / xeus-cpp

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
20 stars 24 forks source link

Update installation instructions in documentation folder #82

Closed mcbarton closed 5 months ago

mcbarton commented 5 months ago

The installation instructions in the documentation folder are out of date in comparison to the README . This PR fixes this issue.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.42%. Comparing base (7182a85) to head (b9ec943). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/82/graphs/tree.svg?width=650&height=150&src=pr&token=9KM610P5A4&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #82 +/- ## ======================================= Coverage 52.42% 52.42% ======================================= Files 15 15 Lines 599 599 ======================================= Hits 314 314 Misses 285 285 ```