Skip to content

Commit c38735d

Browse files
Merge pull request #6 from microscopic-image-analysis/tqdm-security-update
tqdm security update fix + additional installation info
2 parents b2ba4eb + dd4a9d6 commit c38735d

File tree

4 files changed

+1675
-11
lines changed

4 files changed

+1675
-11
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# some extensions
22
.vscode
3-
poetry.lock
43

54
# jupyter notebook
65
.ipynb_checkpoints

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For a detailed usage, please check [synthetic_mef.py](scripts/synthetic_mef.py)
7575

7676
## Reproducing results
7777

78-
To reproduce the ptychographic reconstruction results from the paper, please follow the below steps:
78+
To reproduce the ptychographic reconstruction results from the paper, please install the package in development mode and download the necessary data. This is explained in the following steps:
7979

8080
1. Please clone this repository and create a conda environment.
8181
```bash
@@ -88,6 +88,10 @@ To reproduce the ptychographic reconstruction results from the paper, please fol
8888
conda activate bayes-mef-venv
8989
pip install -r requirements.txt
9090
```
91+
> [!NOTE]
92+
> The package is maintained via python package manager [Poetry](https://python-poetry.org/), so instead of using `pip` for installing the package and its requirements,
93+
> installation can also simply be done as `poetry install`.
94+
9195
3. Download the data from [Zenodo](https://zenodo.org/doi/10.5281/zenodo.10964222) with the following command:
9296
```bash
9397
./download_data.sh

0 commit comments

Comments
 (0)