practical-recommender-systems / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
896 stars 357 forks source link

Creation of a file ".prs" #63

Open orlandombaa opened 2 years ago

orlandombaa commented 2 years ago

Hello

I am following the steps to set up the environment of the local web page. One of the first steps indicates create a file ".prs". I have been looking in internet how to create a file with this formant but I haven't found much. Where can I create this file?

Thank you!

kevinrev26 commented 2 years ago

Is just a simple plain text file. I'm assuming you are using windows, just create a new text file and renamed .prs

EricPostMaster commented 1 year ago

I don't think there is such a format; I think .prs stands for "Practical Recommender Systems". Anyway, if you are on Windows, just right click in the folder where you have all the MovieGEEK files (the main folder for the repo) and add a new text file. When the new file is created, just name it .prs and press enter. Then you can open it in Notepad and continue with the steps in the README file.