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 54abfd2 commit e0b703bCopy full SHA for e0b703b
.devcontainer/commands/postStart.sh
@@ -4,5 +4,8 @@ set -e
4
5
# Install dependencies
6
pip install -r requirements.txt
7
-# Install test dependencies
8
-# pip install -r test-requirements.txt
+# Install ydb package
+pip install -e .
9
+# Install tox for CI
10
+pip install tox
11
+
0 commit comments