Implementing a RESTful API -------------------------- It is recommended to install Flask and Flask-RESTful, which is an extension for Flask which enables rapid development of REST API with minimal setup. conda install -c conda-forge flask-restful