Skip to content

Estheryan1/Python-V3.6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python Hello Wordld

Conda

conda create -n python-hello-world python=3.6

# 激活环境
conda activate python-hello-world

## 关闭环境
conda deactivate

pip

pip install --upgrade pip
pip install -r requirements.txt

print

# 运行项目
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages