You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://img.shields.io/twitter/follow/lab_dao?style=social&logo=twitter" alt="follow on Twitter">
@@ -30,28 +30,28 @@
30
30
</p>
31
31
32
32
33
-
PLEX is a simple client for distributed computation.
34
-
* 🌎 **Build once, run anywhere:**PLEX is using distributed compute and storage to run containers on a public network. Need GPUs? We got you covered.
35
-
* 🔍 **Content-addressed by default:** Every file processed by PLEX has a deterministic address based on its content. Keep track of your files and always share the right results with other scientists.
36
-
* 🪙 **Ownernship tracking built-in** Every compute event on PLEX is mintable as an on-chain token that grants the holder rights over the newly generated data.
37
-
* 🔗 **Strictly composable:** Every tool in PLEX has declared inputs and outputs. Plugging together tools by other authors should be easy.
33
+
Plex is a simple client for distributed computation.
34
+
* 🌎 **Build once, run anywhere:**Plex is using distributed compute and storage to run containers on a public network. Need GPUs? We got you covered.
35
+
* 🔍 **Content-addressed by default:** Every file processed by plex has a deterministic address based on its content. Keep track of your files and always share the right results with other scientists.
36
+
* 🪙 **Ownernship tracking built-in** Every compute event on plex is mintable as an on-chain token that grants the holder rights over the newly generated data.
37
+
* 🔗 **Strictly composable:** Every tool in plex has declared inputs and outputs. Plugging together tools by other authors should be easy.
38
38
39
-
PLEX is based on [Bacalhau](https://www.bacalhau.org/), [IPFS](https://ipfs.tech/), and inspired by the [Common Workflow Language](https://www.commonwl.org/user_guide/introduction/quick-start.html).
39
+
Plex is based on [Bacalhau](https://www.bacalhau.org/), [IPFS](https://ipfs.tech/), and inspired by the [Common Workflow Language](https://www.commonwl.org/user_guide/introduction/quick-start.html).
40
40
41
41
## 🐍 Python pip package (Python 3.8+)
42
42
43
-
1. Install Plex with pip
43
+
1. Install plex with pip
44
44
```
45
45
pip install PlexLabExchange
46
46
```
47
47
48
-
2. Run Plex example in a Python file, notebook or REPL
48
+
2. Run plex example in a Python file, notebook or REPL
0 commit comments