编 0 码力 |
46 页 |
2.65 MB
| 2 年前 3 [https://wiki.python.org/moin/BeginnersGuide/Download]
• Pipenv [https://docs.pipenv.org/en/latest/#install-pipenv-today]
cd fabric/docs
pipenv install
pipenv shell
make html
This will generate all Fabric documentation Python 3.7 [https://wiki.python.org/moin/BeginnersGuide/Download]
• Pipenv [https://pipenv.readthedocs.io/en/latest/#install-pipenv-today]
After you make your updates to the documentation source files generate a build that includes your changes by running the following commands:
cd fabric/docs
pipenv install
pipenv shell
make html
This will generate all the html files in the docs/build/html folder. You 0 码力 |
820 页 |
10.90 MB
| 2 年前 3 fabric/docs
pipenv install
pipenv shell
make html
For Malayalam (for example):
cd $HOME/git
git clone git@github.com:hyperledger/fabric-docs-i18n.git
cd fabric-docs-18n/docs/locale/ml_IN
pipenv install install
pipenv shell
make -e SPHINXOPT$S=-D language='ml'" html
The make command generates documentation html files in the build/html/folder which you can now view locally; simply navigate your Python 3.7 [https://wiki.python.org/moin/BeginnersGuide/Download]
• Pipenv [https://pipenv.readthedocs.io/en/latest/#install-pipenv-today]
After you make your updates to the documentation source files 0 码力 |
848 页 |
11.56 MB
| 2 年前 3 fabric/docs
pipenv install
pipenv shell
make html
For Malayalam (for example):
cd $HOME/git
git clone git@github.com:hyperledger/fabric-docs-i18n.git
cd fabric-docs-18n/docs/locale/ml_IN
pipenv install install
pipenv shell
make -e SPHINXOPT$S=-D language='ml'" html
The make command generates documentation html files in the build/html/folder which you can now view locally; simply navigate your Python 3.7 [https://wiki.python.org/moin/BeginnersGuide/Download]
• Pipenv [https://pipenv.readthedocs.io/en/latest/#install-pipenv-today]
After you make your updates to the documentation source files 0 码力 |
904 页 |
10.95 MB
| 2 年前 3 depending on your OS:
• Python 3.7
• Pipenv
3. For US English:
cd $HOME/git
git clone git@github.com:hyperledger/fabric.git
cd fabric/docs
pipenv install
pipenv shell
make html
For Malayalam (for clone git@github.com:hyperledger/fabric-docs-i18n.git
cd fabric-docs-18n/docs/locale/ml_IN
pipenv install
pipenv shell
make -e SPHINXOPT$S$=-D language='ml'" html
The make command generates Python 3.7
• Pipenv
After you make your updates to the documentation source files, you can generate a build that includes your changes by running the following commands:
cd fabric/docs
pipenv install
pipenv 0 码力 |
601 页 |
9.48 MB
| 2 年前 3 depending on your OS:
• Python 3.7
• Pipenv
3. For US English:
cd $HOME/git
git clone git@github.com:hyperledger/fabric.git
cd fabric/docs
pipenv install
pipenv shell
make html
For Malayalam (for clone git@github.com:hyperledger/fabric-docs-i18n.git
cd fabric-docs-18n/docs/locale/ml_IN
pipenv install
pipenv shell
make -e SPHINXOPT$S$=-D language='ml'" html
The make command generates Python 3.7
• Pipenv
After you make your updates to the documentation source files, you can generate a build that includes your changes by running the following commands:
cd fabric/docs
pipenv install
pipenv 0 码力 |
633 页 |
9.19 MB
| 2 年前 3 To solve this, you use virtual environments.
We'll use venv. Other tools work similarly, like pipenv.
Create a virtual environment using
python -m venv .venv
in the folder where you want to start 0 码力 |
93 页 |
7.31 MB
| 2 年前 3
|