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
Need to keep track of all packages installed by writing to file after all user calls to mpm2.
In python, this is done by updating mpm.json. In matlab, probably better to do this with just a native .mat file. See write_to_mpmfile() in mpm.py for current functionality.
The text was updated successfully, but these errors were encountered:
Need to keep track of all packages installed by writing to file after all user calls to
mpm2
.In python, this is done by updating
mpm.json
. In matlab, probably better to do this with just a native.mat
file. Seewrite_to_mpmfile()
inmpm.py
for current functionality.The text was updated successfully, but these errors were encountered: