Skip to content
New issue

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

Rejected article tracker #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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: 6 additions & 0 deletions README_DEVS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Example directories are given in `tools/set-envs-sample.sh`. Replace the values

Note the `.gitignore` file is set to ignore `set-envs.sh`.

You will also need to install the requirements in `requirements.txt`. The recommended way to do this is to create a conda (or other similar) python environment (Python 3.8 is known to work well), activate it, navigate to the top level folder in the repository, and then run

`pip install -r requirements.txt`

Also install Pandoc by getting an installer from https://pandoc.org/installing.html. Officially you should choose version >1.12.1 and < 3.0.0, but everything seems to work fine with the current version as of January 2025.

## Workflow

### 1. Adding new notebooks
Expand Down
Loading