Skip to content

Commit 8e2bd87

Browse files
Update README.md to center Figure 1 and add installation instructions; modify pyproject.toml to adjust Python version requirement
1 parent 5c983b8 commit 8e2bd87

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616

1717
Split-flows provide a probabilistic bridge between molecular resolutions, enabling conditional backmapping and direct measurement of the configuration-dependent (local) information loss.
1818

19-
![Figure 1](figures/Figure_1.png)
19+
<div align="center">
20+
<img src="figures/Figure_1.png" alt="Figure 1" style="max-width: 500px; width: 100%;">
21+
</div>
2022

2123
## Installation
24+
25+
Clone the repository and navigate to the project directory:
26+
27+
```bash
28+
git clone git@github.com:hummerichsander/split-flows.git
29+
cd split-flows
30+
```
31+
32+
To install the project dependencies use uv (if you have not installed uv yet, check out the [uv documentation](https://docs.astral.sh/uv/getting-started/installation/)) and run:
33+
34+
```bash
35+
uv sync
36+
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "split-flows"
33
version = "0.1.0"
44
description = "Split-flows"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.9,<3.13"
77
dependencies = [
88
"egnn-pytorch==0.2.8",
99
"hydrantic",

0 commit comments

Comments
 (0)