1
0
mirror of synced 2026-01-05 03:04:38 -05:00

Revert "GitBook: [master] 25 pages and 46 assets modified"

This reverts commit 0b4eddc7cf.
This commit is contained in:
Michel Tricot
2021-04-16 14:20:42 -07:00
parent 0b4eddc7cf
commit e4326aa21e
58 changed files with 139 additions and 156 deletions

View File

@@ -9,7 +9,7 @@ This article provides a checklist for how to create a python source. Each step i
Docker, Python, and Java with the versions listed in the [tech stack section](../architecture/tech-stack.md).
{% hint style="info" %}
All the commands below assume that `python` points to a version of python >3.7. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3` . Otherwise, make sure to install Python 3 before beginning.
All the commands below assume that `python` points to a version of python >3.7. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3` . Otherwise, make sure to install Python 3 before beginning.
{% endhint %}
## Checklist