We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
インストールする必要のあるpythonモジュールが増えてきたので、 開発環境の作り方を整理しておきたい。 まずはテキストで。 いつか、自動的に構築できるようになるといいなぁ。
The text was updated successfully, but these errors were encountered:
今のところ、test.pyとtest2.pyを動かすためには下記が必要。 (バージョンは多少変わっても平気そう) googlemaps==1.0.2 pygeocoder==1.2.1.1 requests==2.0.1 wsgiref==0.1.2
さらに、pandasとpyprojが必要になると思われる。 pandasが依存しているいくつかのパッケージも入れる必要がある。
Sorry, something went wrong.
最短経路には networkx のインストールも必要そうだね。
自動的に構築
code の import みて勝手にReadme.txtとかに書き出す的な? それともsetup.py叩くとそのマシンに勝手に環境インストールしてくれる的なやつですかね?
No branches or pull requests
インストールする必要のあるpythonモジュールが増えてきたので、
開発環境の作り方を整理しておきたい。
まずはテキストで。
いつか、自動的に構築できるようになるといいなぁ。
The text was updated successfully, but these errors were encountered: