File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A fast plotting library built using the `pygfx` render engine that can use [Vulk
6
6
Checkout pygfx!
7
7
https://github.com/pygfx/pygfx
8
8
9
- ` fastplotlib ` is very experimental but you're welcome to try it out or contribute!
9
+ ` fastplotlib ` is in the alpha stage and experimental but you're welcome to try it out or contribute!
10
10
11
11
Questions, ideas? Chat on gitter: https://gitter.im/fastplotlib/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link
12
12
@@ -49,29 +49,24 @@ plot.show()
49
49
50
50
# Installation
51
51
52
- Install directly from GitHub until I stabilize things.
53
-
54
- ``` bash
55
- pip install git+https://github.com/kushalkolar/fastplotlib.git
56
- ```
57
-
58
- Don't install from PYPI (I had to take the name ` fastplotlib ` before someone else did).
59
-
60
- You will need a GPU that supports Vulkan (iGPUs in CPUs should be fine).
61
- Generally if your GPU is from 2017 or later it should support Vulkan.
62
-
63
- ## For development
52
+ Install directly from GitHub.
64
53
65
54
``` bash
66
55
git clone https://github.com/kushalkolar/fastplotlib.git
67
56
cd fastplotlib
57
+ pip install -r requirements.txt
68
58
pip install -e .
69
59
70
60
# try the examples
71
61
cd examples
72
62
jupyter lab
73
63
```
74
64
65
+ Don't install from PYPI, ` fastplotlib ` is in the alpha stage, the pip package is not regularly updated yet.
66
+
67
+ You will need a GPU that supports Vulkan (iGPUs in CPUs should be fine).
68
+ Generally if your GPU is from 2017 or later it should support Vulkan.
69
+
75
70
## Install Vulkan drivers and other stuff
76
71
77
72
For more information see: https://github.com/pygfx/wgpu-py#platform-requirements
You can’t perform that action at this time.
0 commit comments