Skip to content
Closed
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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ New framework for EuroSciPy website, starting 2025.
2. Create a virtual environment and activate it, so that the dependencies for this project won't clash with other, locally installed libraries: `python -m venv ./venv && source venv/bin/activate`.
3. Install the dependencies: `pip install -r requirements.txt`.


## Alternative Setup Instructions

1. **Install Pixi:** Visit [https://pixi.sh/latest/#installation](https://pixi.sh/latest/#installation) to download and install the appropriate version of Pixi for your operating system.
2. **Activate the Pixi Environment:** After installing Pixi, open a terminal in your local clone of the project repository and run the command `pixi shell` to activate the development environment.


### Run locally

`make run`
Expand Down
Loading