Skip to content

Commit e5f7fbc

Browse files
authored
Change gitpod configuration for python3. (TheAlgorithms#1827)
1 parent 3d129a4 commit e5f7fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
tasks:
2-
- init: pip install -r ./requirements.txt
2+
- init: pip3 install -r ./requirements.txt

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ We want your work to be readable by others; therefore, we encourage you to note
139139

140140
#### Other Standard While Submitting Your Work
141141

142-
- File extension for code should be `.py`. Jupiter notebook files are acceptable in machine learning algorithms.
142+
- File extension for code should be `.py`. Jupyter notebook files are acceptable in machine learning algorithms.
143143
- Strictly use snake_case (underscore_separated) in your file_name, as it will be easy to parse in future using scripts.
144144
- Please avoid creating new directories if at all possible. Try to fit your work into the existing directory structure.
145145
- If possible, follow the standard *within* the folder you are submitting to.

0 commit comments

Comments
 (0)