File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# python
2
2
3
+ | | |
4
+ | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
+ | ** License** | ![ LICENSE] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat ) |
6
+ | ** Environment** | ![ Ubuntu] ( https://img.shields.io/badge/-Ubuntu_22.04_LTS-fad9c1.svg?logo=ubuntu&style=flat ) <br > ![ Docker] ( https://img.shields.io/badge/-Docker_v26.0.2-0055a4.svg?logo=docker&style=flat ) ![ Docker Compose] ( https://img.shields.io/badge/-Docker_Compose_v2.22.0-0055a4.svg?logo=docker&style=flat ) <br > ![ Python] ( https://img.shields.io/badge/-Python_3.10-F9DC3E.svg?logo=python&style=flat ) ![ Poetry] ( https://img.shields.io/badge/-Poetry-2c2d72.svg?logo=python&style=flat ) |
7
+ | ** Technology** | |
8
+ | |
9
+
10
+ ## Requirements
11
+
12
+ - Docker and docker-compose are required. The versions are as follows.
13
+ - Docker: v26.0.2
14
+ - Docker Compose: v2.22.0
15
+
3
16
## Getting Started
4
17
5
- ### 1. Clone & Prepare .env
18
+ ### 1. Clone Repository
6
19
7
20
``` sh
8
21
$ git clone
[email protected] :nglcobdai/python-template.git
9
22
$ cd python-template
10
23
```
11
24
12
- ### 2. Create .env
25
+ ### 2. Create .env file
13
26
14
27
- copy .env.example to .env
15
28
@@ -23,3 +36,9 @@ $ cp .env{.example,}
23
36
$ docker-compose build --no-cache
24
37
$ docker-compose run --rm project
25
38
```
39
+
40
+ ### 4. Run Python Script
41
+
42
+ ``` sh
43
+ $ python app/main.py
44
+ ```
You can’t perform that action at this time.
0 commit comments