You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypots-cli should include an environment tool to help users and developers easily install dependencies.
Motivation
It could be very useful, considering the situation I reported in discussion #58 that torch_geometirc and related dependencies may be hard to install for our users. Hence, with pypots-cli env, running a simple command like pypots-cli env --install optional should help install dependencies presented in file setup.cfg that include torch_geometirc.
Your contribution
Will create a PR to add this feature and link it with this issue.
The text was updated successfully, but these errors were encountered:
Feature description
pypots-cli
should include an environment tool to help users and developers easily install dependencies.Motivation
It could be very useful, considering the situation I reported in discussion #58 that torch_geometirc and related dependencies may be hard to install for our users. Hence, with
pypots-cli env
, running a simple command likepypots-cli env --install optional
should help install dependencies presented in filesetup.cfg
that include torch_geometirc.Your contribution
Will create a PR to add this feature and link it with this issue.
The text was updated successfully, but these errors were encountered: