Upgrade Markov SDK

Upgrade Markov SDK to latest version.

Run the below command to upgrade your MarkovML package to the latest version.

pip install -U --index-url https://markovml:[email protected]/simple markovml
markov init

Unable to Upgrade?

If you encounter any issues upgrading the MarkovML package (Markov SDK), try uninstalling and reinstalling Markov SDK using the below command.

pip uninstall markovml -y
pip install --index-url https://markovml:[email protected]/simple markovml