Skip to content
View mtakagishi's full-sized avatar

Block or report mtakagishi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mtakagishi/README.md

mtakagishi

MIT license Netlify Status

M.Takagishi

  • IT Enginner
  • Japan

URL

poetry準備

poetryは推奨方法でインストール

install

poetry config --list
poetry config virtualenvs.in-project true
poetry install

sphinx build

sphinx-build docs/ docs/_build

sphinx-autobuild

poetry run poe doc

VSCODEのターミナルをgit bashへ

terminal.integrated.shell.windows に "C:\Program Files\Git\bin\bash.exe" を設定

proxy

pip

 [global]
proxy = [user:passwd@]http://proxy:port

shell

export HTTP_PROXY="http://proxy:port"
export HTTPS_PROXY="http://proxy:port"

git

git config --global http.proxy http://proxy:port
git config --global https.proxy http://proxy:port

Popular repositories Loading

  1. yurugengo yurugengo Public

    Python 14

  2. mtakagishi mtakagishi Public

    Python

  3. note note Public

    JavaScript

  4. yurugengo_markdown yurugengo_markdown Public

  5. mtakagishi-template mtakagishi-template Public

    HTML

  6. translate-po translate-po Public

    Forked from zcribe/translate-po

    Automatic PO file translator

    Python