diff --git a/README.md b/README.md index 5b5845d..8cc30e1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/environment.yaml b/environment.yaml new file mode 100644 index 0000000..399e2b6 --- /dev/null +++ b/environment.yaml @@ -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