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
MDP is available on Anaconda, see https://anaconda.org/search?q=mdp. According to https://repo.anaconda.com/pkgs/ I think the preferable version is in the main channel, i.e. https://anaconda.org/main/mdp, however to auto mirror has the dominant download count. So one possibly is to install via conda install -c anaconda mdp or conda install -c main mdp or conda install -c free mdp. Would it work to use painly conda install mdp? IIUC that would default to main but I'm not sure. We should figure out the preferred command and add it to http://mdp-toolkit.sourceforge.net/install.html#installation.
conda install -c anaconda mdp
conda install -c main mdp
conda install -c free mdp
conda install mdp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MDP is available on Anaconda, see https://anaconda.org/search?q=mdp.
According to https://repo.anaconda.com/pkgs/ I think the preferable version is in the main channel, i.e. https://anaconda.org/main/mdp, however to auto mirror has the dominant download count.
So one possibly is to install via
conda install -c anaconda mdp
orconda install -c main mdp
orconda install -c free mdp
.Would it work to use painly
conda install mdp
? IIUC that would default to main but I'm not sure.We should figure out the preferred command and add it to http://mdp-toolkit.sourceforge.net/install.html#installation.
The text was updated successfully, but these errors were encountered: