Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ By using the `-e` flag the package is linked directly to the source code, allowi

### Re-compiling the shared library

If you're working on the C++ code, you'll need to re-compile the shared library, which can be done with: `python setup.py build_ext --inplace` (this will compile it into the `build` directory and copy it to the python package location).
If you're working on the C++ code, you'll need to re-compile the shared library:

```sh
uv sync --group dev --reinstall-package statsforecast
```

## Set Up your Notebook based development environment

Expand Down
Loading
Loading