File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -267,30 +267,26 @@ AUDIT_LOG = {
267267
268268## Keeping Python requirements up to date
269269
270- 1 . Install ` pip-tools ` :
270+ 1 . Add new packages to ` requirements.in ` or ` requirements-dev.in `
271271
272- - ` pip install pip-tools `
273-
274- 2 . Add new packages to ` requirements.in ` or ` requirements-dev.in `
275-
276- 3 . Update ` .txt ` file for the changed requirements file:
272+ 2 . Update ` .txt ` file for the changed requirements file:
277273
278274 - ` pip-compile requirements.in `
279275 - ` pip-compile requirements-dev.in `
280276
281- 4 . If you want to update dependencies to their newest versions, run:
277+ 3 . If you want to update dependencies to their newest versions, run:
282278
283279 - ` pip-compile --upgrade requirements.in `
284280
285- 5 . To install Python requirements run:
281+ 4 . To install Python requirements run:
286282
287283 - ` pip-sync requirements.txt `
288284
289- 6 . To install Python development requirements run:
285+ 5 . To install Python development requirements run:
290286
291287 - ` pip-sync requirements-dev.txt `
292288
293- 7 . To install Python production requirements run:
289+ 6 . To install Python production requirements run:
294290
295291 - ` pip-sync requirements.txt requirements-prod.txt `
296292
You can’t perform that action at this time.
0 commit comments