Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8144640

Browse files
kbiggersrtobar
andauthored
Actualizar la documentación para indicar que el clon debe ser recursivo (#3353)
Actualizar la documentación para indicar que el clon debe ser recursivocloses#3352---------Co-authored-by: rtobar <rtobarc@gmail.com>
1 parentb167449 commit8144640

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎.overrides/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ podrás realizar todas las contribuciones que quieras.
6060

6161
#. (Opcional) Instala los requerimientos del proyecto::
6262

63-
pip install -r requirements.txt
63+
pip install -r requirements-own.txt
6464

6565
.. note::
6666

‎Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ do_build:
5656
setup: venv
5757
git submodule sync
5858
git submodule update --init --force --depth 1$(CPYTHON_PATH)
59+
# Now that we've initialized the submodules, install all requirements necessary for the build
60+
$(VENV)/bin/python -m pip install -q -r requirements.txt
61+
5962

6063

6164
# venv: create a virtual environment which will be used by almost every
@@ -66,7 +69,7 @@ venv:
6669
$(PYTHON) -m venv --prompt$(LANGUAGE_TEAM)$(VENV);\
6770
fi
6871

69-
$(VENV)/bin/python -m pip install -q -r requirements.txt
72+
$(VENV)/bin/python -m pip install -q -r requirements-own.txt
7073

7174

7275
# serve: serve the documentation in a simple local web server, using cpython

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp