File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
1+ # coding=utf8
2+ # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
23#
34# Licensed under the Apache License, Version 2.0 (the "License");
45# you may not use this file except in compliance with the License.
2122import shutil
2223import tempfile
2324
24- requires = ["paddlepaddle = = 1.7.2" , "PyYAML >= 5.1.1" ]
25+ requires = ["paddlepaddle > = 1.7.2" , "PyYAML >= 5.1.1" ]
2526
2627about = {}
2728about ["__title__" ] = "paddle-rec"
@@ -97,10 +98,12 @@ def build(dirname):
9798
9899print ('''
99100\033 [32m
100- _ _ _ _ _ _ _ _ _
101- / \ / \ / \ / \ / \ / \ / \ / \ / \
102- ( P | A | D | D | L | E | - | R | E | C )
103- \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
101+ ██████╗ █████╗ ██████╗ ██████╗ ██╗ ███████╗██████╗ ███████╗ ██████╗
102+ ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔════╝
103+ ██████╔╝███████║██║ ██║██║ ██║██║ █████╗ ██████╔╝█████╗ ██║
104+ ██╔═══╝ ██╔══██║██║ ██║██║ ██║██║ ██╔══╝ ██╔══██╗██╔══╝ ██║
105+ ██║ ██║ ██║██████╔╝██████╔╝███████╗███████╗██║ ██║███████╗╚██████╗
106+ ╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚══════╝ ╚═════╝
104107\033 [0m
105108\033 [34m
106109Installation Complete. Congratulations!
You can’t perform that action at this time.
0 commit comments