Skip to content

Commit b9e56ef

Browse files
Updated requirements generation examples
1 parent 0513e46 commit b9e56ef

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,29 @@ NOTE: In order to monitor the debug logs, as well as view any emails the system
9898

9999
### Initialize Virtual Environment
100100

101-
Ensure the `Pipfile` is in your working directory.
101+
```
102+
# Programming-Contest-Suite/
102103
103-
pipenv install
104+
pipenv install
105+
```
104106

105107
### Update `requirements.txt`
106108

107109
#### Production
108110

109-
pipenv requirements > requirements.txt
111+
```
112+
# Programming-Contest-Suite/
113+
114+
pipenv requirements > requirements.txt
115+
```
110116

111117
#### Development
112118

113-
pipenv requirements --dev requirements-dev.txt
119+
```
120+
# Programming-Contest-Suite/
121+
122+
pipenv requirements --dev > requirements-dev.txt
123+
```
114124

115125
## Documentation
116126

0 commit comments

Comments
 (0)