mrevutskyi / flask-restless-ng

A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless-ng.readthedocs.io
Other
64 stars 11 forks source link

The installation instructions on "Downloading and installing Flask-Restless" shows how to install the unmaintained Flask-Restless #19

Closed mohd874 closed 3 years ago

mohd874 commented 3 years ago

Hi ,

I was following your documentation after I found that Flask-Restless is no longer maintained. However, the "Downloading and installing Flask-Restless" (link below) still shows the following instruction:

pip install Flask-Restless

Which should be replaced by:

pip install Flask-Restless-NG

Actually, I don't know is this is the correct package. I just tried it, and it worked.

Thank you for your work.

Page link in question: https://flask-restless-ng.readthedocs.io/en/1.0.0/installation.html

mrevutskyi commented 3 years ago

Hi, thank you for bringing that up for my attention, I've updated the instruction, they are now available here https://flask-restless-ng.readthedocs.io/en/latest/installation.html