In windows this project is installed successfully but don't run. It returns the config file not found error.
How I installed this project:-
- Fork this project
- Clone project on my local repository using git clone https://github.com/pythonpune/readit.git
- Create virtual environment ( py -m virtualenv env)
- Install project ( python setup.py install)
- when tried to run it give error file not found
