Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONTRIBUTING.md に開発に必要な情報を追記 #17

Open
5 tasks
hiohiohio opened this issue Aug 11, 2022 · 1 comment
Open
5 tasks

CONTRIBUTING.md に開発に必要な情報を追記 #17

hiohiohio opened this issue Aug 11, 2022 · 1 comment

Comments

@hiohiohio
Copy link
Collaborator

  • ローカルでの開発方法
    • ローカル環境の設定方法 (poetry install)
    • make lint および make lint-fix について
    • ユニットテストの実行
    • 開発項目の動作確認方法

## With pull requests

@hiohiohio
Copy link
Collaborator Author

hiohiohio commented Sep 8, 2022

Colabでの動作確認方法

git_repo = "https://github.com/hiohiohio/jquants-api-client-python.git"
git_branch = "hiohiohio/issue20"

! git clone $git_repo jquants-api-client-python
! cd jquants-api-client-python && git checkout $git_branch

import sys
sys.path.insert(0, "/content/jquants-api-client-python")

import jquantsapi

直接 pip install も可能

! python3 -m pip install git+https://github.com/hiohiohio/jquants-api-client-python.git@feature/fix-numpy-version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant