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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ This contains an image editor application that opens a picture of coins and make

## Setup

(Instructions Here)
To load all necessaries dependencies, run in the terminal:

```bash
cd /working_directory/ # your working directory
conda env create -p ./venv -f environment.yaml # Load the environment
conda activate ./venv # Activate the environment
```

## Running the App

Expand Down
30 changes: 30 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: /home/jeromine/Documents/Scripts_python/Courses_2025/label_coins/venv
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- bzip2=1.0.8=h5eee18b_6
- ca-certificates=2024.12.31=h06a4308_0
- expat=2.6.4=h6a678d5_0
- ld_impl_linux-64=2.40=h12ee557_0
- libffi=3.4.4=h6a678d5_1
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- libuuid=1.41.5=h5eee18b_0
- ncurses=6.4=h6a678d5_0
- openssl=3.0.15=h5eee18b_0
- pip=25.0=py312h06a4308_0
- python=3.12.9=h5148396_0
- readline=8.2=h5eee18b_0
- setuptools=75.8.0=py312h06a4308_0
- sqlite=3.45.3=h5eee18b_0
- tk=8.6.14=h39e8969_0
- tzdata=2025a=h04d1e81_0
- wheel=0.45.1=py312h06a4308_0
- xz=5.6.4=h5eee18b_1
- zlib=1.2.13=h5eee18b_1
- pip:
- numpy==2.2.3
prefix: /home/jeromine/Documents/Scripts_python/Courses_2025/label_coins/venv