Skip to content

Commit 84d970d

Browse files
committed
chore(readme): symbolic link to binding/python directory
1 parent f964d49 commit 84d970d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

binding/python/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<p align="center">
2+
<picture>
3+
<img alt="SL" src="https://raw.githubusercontent.com/GnosisFoundation/synlink/refs/heads/main/.github/assets/readme.banner.png" style="max-width: 100%;">
4+
</picture>
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-APACHE.md"><img alt="GitHub" src="https://img.shields.io/badge/licence-Apache Version 2.0-green"></a>
9+
<a href="https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-MIT.md"><img alt="GitHub" src="https://img.shields.io/badge/licence-MIT Licence-blue"></a>
10+
<a href="https://pypi.org/project/synlink/"><img alt="PyPI" src="https://img.shields.io/pypi/v/synlink"></a>
11+
<a href="https://pypi.org/project/synlink/"><img alt="Python Version" src="https://img.shields.io/pypi/pyversions/synlink?logo=python"></a>
12+
</p>
13+
14+
<h3 align="center">P2P self hosting registery for hosting models.</h3>
15+
16+
> ⚠️ **Warning:** SL is an experimental and work-in-progress repo under development, and is susceptible for dynamic change.
17+
18+
## Installation
19+
20+
### Install from PyPI (Recommended)
21+
```bash
22+
pip install synlink
23+
```
24+
25+
### Install from Source
26+
To install the latest development version:
27+
```bash
28+
git clone https://github.com/GnosisFoundation/synlink
29+
cd synlink
30+
pip install .
31+
```
32+
33+
## Getting Started
34+
35+
## Licence
36+
37+
Dual licence [APACHE 2.0](https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-APACHE.md) & [MIT](https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-MIT.md)

0 commit comments

Comments
 (0)