Skip to content

Commit ad54c33

Browse files
Adds gitpod yml file
1 parent 641ff80 commit ad54c33

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: pip install -r requirements.txt
7+
vscode:
8+
extensions:
9+
- ms-python.python
10+

0 commit comments

Comments
 (0)