1
0
mirror of synced 2026-01-05 12:05:28 -05:00

update docs about tech stack (#2743)

Co-authored-by: Jared Rhizor <jared@dataline.io>
This commit is contained in:
Sherif A. Nada
2021-04-05 11:19:39 -07:00
committed by GitHub
parent 1b9b2478bd
commit 6a1cdbb8ae
3 changed files with 9 additions and 4 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. 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