Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit a83fd9c

Browse files
authored
Update README.md
1 parent 55d7483 commit a83fd9c

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### CloudLink
1+
# CloudLink
22

33
CloudLink is a high-speed, reliable, and custom websocket extension for Scratch 3.0, with server code that runs on Python.
44
It permits cross-project (as well as cross-program) cloud variables.
@@ -13,4 +13,20 @@ cl.host(3000) # Hosts CloudLink in Server Mode on ws://localhost:3000/
1313
```
1414

1515
Please report any bugs you find to the official [GitHub repository](https://github.com/MikeDev101/cloudlink/issues) or on
16-
my [Scratch profile.](https://scratch.mit.edu/users/MikeDEV/)
16+
my [Scratch profile.](https://scratch.mit.edu/users/MikeDEV/)
17+
18+
19+
# Scratch Extension
20+
You can view the client-side extension using one of the following modded Scratch editors:
21+
* [TurboWarp](https://turbowarp.org/editor?extension=https://mikedev101.github.io/cloudlink/B3-0.js)
22+
* [SheepTester's E羊icques](https://sheeptester.github.io/scratch-gui/?url=)
23+
* _Adacraft support WIP..._
24+
25+
# Installing CloudLink
26+
## Method 1: using pip3 (This is WIP and may not work)
27+
```pip3 install cloudlink```
28+
29+
## Method 2: Directly downloading cloudlink.py
30+
Simply download cloudlink.py and import it as shown above. However, the following dependencies are required in order to take advantage of full functionality:
31+
* websocket-server ```pip3 install websocket-server```
32+
* websocket-client ```pip3 install websocket-client```

0 commit comments

Comments
 (0)