We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad18a19 commit dd8880aCopy full SHA for dd8880a
1 file changed
README.md
@@ -41,7 +41,11 @@ pip install -U 'aethersprite@git+https://github.com/haliphax/aethersprite.git'
41
```
42
43
> ℹ️ If you wish to take advantage of web modules, be sure to add the `[web]`
44
-> optional dependency specifier to the package source.
+> optional dependency specifier to the package source, like so:
45
+
46
+```shell
47
+pip install -U 'aethersprite[web]@git+https://github.com/haliphax/aethersprite.git'
48
+```
49
50
[Back to top](#aethersprite)
51
0 commit comments