Code Monkey home page Code Monkey logo

jftime_h5's Introduction

JfTime_H5

项目描述: 同步分享YouTube平台自媒体频道江峰时刻的音频节目,将其整理成音频和文字版,让更多的人能听见外面的声音。传播真相、刺穿谎言,给你不一样的时政评论。

创建虚拟环境并进入

#  python3.5以后venv创建/激活/退出虚拟环境
python3 -m venv myvenv    #  创建虚拟环境
linux系统source bin/activate    #  激活虚拟环境
windows系统cd myvenv/Scripts .\activate
deactivate  #  退出虚拟环境

#  virtualenv用于创建独立的Python环境,多个Python相互独立,互不影响
pip install python-virtualenv
virtualenv myvenv  #  myvenv为虚拟环境名称,接下来所有模块都只会安装到该目录中去。
cd myvenv
source ./bin/activate

#  默认情况下,虚拟环境会依赖系统环境中的site packages,如果不想依赖这些package,那么可以加上参数 --no-site-packages建立虚拟环境:
virtualenv --no-site-packages [虚拟环境名称]

虚拟环境中需要安装的python库

pip install flask
pip install pymysql

jftime_h5's People

Contributors

meetpython2018 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.