Contributing to Xeus-cling
December 1, 2022 ยท View on GitHub
Xeus and xeus-cling are subprojects of Project Jupyter and subject to the Jupyter governance and Code of conduct.
General Guidelines
For general documentation about contributing to Jupyter projects, see the Project Jupyter Contributor Documentation.
Community
The Xeus team organizes public video meetings. The schedule for future meetings and minutes of past meetings can be found on our team compass.
Setting up a development environment
First, you need to fork the project. Then setup your environment:
# create a new conda environment
conda create -n xeus-cling -c conda-forge -c defaults xtl nlohmann_json cppzmq cpp-argparse pugixml xeus cling
conda activate xeus-cling
# download xeus-cling from your GitHub fork
git clone https://github.com/<your-github-username>/xeus-cling.git
You may also want to install a C++ compiler, and cmake from conda if they are not available on your system.