1 parent 3d129a4 commit e5f7fbcCopy full SHA for e5f7fbc
2 files changed
.gitpod.yml
@@ -1,2 +1,2 @@
1
tasks:
2
- - init: pip install -r ./requirements.txt
+ - init: pip3 install -r ./requirements.txt
CONTRIBUTING.md
@@ -139,7 +139,7 @@ We want your work to be readable by others; therefore, we encourage you to note
139
140
#### Other Standard While Submitting Your Work
141
142
-- File extension for code should be `.py`. Jupiter notebook files are acceptable in machine learning algorithms.
+- File extension for code should be `.py`. Jupyter notebook files are acceptable in machine learning algorithms.
143
- Strictly use snake_case (underscore_separated) in your file_name, as it will be easy to parse in future using scripts.
144
- Please avoid creating new directories if at all possible. Try to fit your work into the existing directory structure.
145
- If possible, follow the standard *within* the folder you are submitting to.
0 commit comments