Skip to content

shutils/python_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_sandbox

参考動作環境

  • OS: Ubuntu 20.04
  • 要求ソフトウェア
    • python3
    • pipenv

実行方法

  1. プロジェクトルートでpipenv shellを実行し仮想環境へ入る
    $ pipenv shell
    
  2. pipenv syncを実行し必要パッケージをインストール
    $ pipenv sync
    
  3. flask runを実行しサーバーを起動
    $ flask run
    
  4. http://localhost:5000 へアクセス

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published