File tree 1 file changed +16
-7
lines changed
1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -14,34 +14,43 @@ overwhelmed by the great number of code snippets as the projects grow.
14
14
15
15
![ screenshot] ( ./screenshot-canvas.png )
16
16
17
- # Gallery
17
+ <!-- # Gallery
18
18
19
19
Thanks to our community, we now have CodePod showcases ranging from analytical geometry to bioinformatics.
20
20
21
21
- [plotting common functions](https://app.codepod.io/repo/2ncnioylo9abo3otdxjs)
22
22
- [image operations using skimage](https://user-images.githubusercontent.com/44469195/239033643-decbd7ae-29bb-44b9-af33-d4cb7c2bce46.png)
23
- - [ tel-siRNA sequence detector] ( https://app.codepod.io/repo/b94n7n00a9395xwhv1o8 )
23
+ - [tel-siRNA sequence detector](https://app.codepod.io/repo/b94n7n00a9395xwhv1o8) -->
24
24
25
25
# Install
26
26
27
- You can install codepod CLI app with npm::
27
+ Step 1: install prerequisite: [ nodejs] ( https://nodejs.org/en/download ) runtime
28
+ and python & ipykernel:
29
+
30
+ ```
31
+ brew install node # example for MacOS
32
+ pip3 install ipykernel
33
+ ```
34
+
35
+ Step 2: Install codepod CLI app from [ npm registry] ( https://www.npmjs.com/package/codepod ) :
28
36
29
37
```
30
38
> npm install -g codepod
31
39
> codepod --version
32
40
# 0.0.7
33
41
```
34
42
35
- You can use it like this :
43
+ Step 3: launch CodePod from terminal :
36
44
37
45
```
38
- > codepod /path/to/repo
46
+ > codepod /path/to/local/ repo
39
47
# ... 🚀 Server ready at http://localhost:4001
40
48
```
41
49
42
- Open this URL in your browser to see the app. The files will be saved to the directory ` /path/to/repo/.codepod/yjs.[bin|json] ` .
50
+ Open this URL in your browser to see the app. The files will be saved to the
51
+ directory ` /path/to/repo/.codepod/yjs.[bin|json] ` .
43
52
44
- Update the app:
53
+ In the future, you can update the app:
45
54
46
55
```
47
56
> npm update -g codepod
You can’t perform that action at this time.
0 commit comments