Hi,
I cloned the Edgar Renderer code from
https://github.com/Arelle/EdgarRenderer. I am having difficulty setting the project up and running it.
I
have installed Python 3.4.2 on my Windows 7 machine and am running
src\setup.py initally. But I am getting the following error :
FileNotFoundError: [Errno 2] No such file or directory: 'c:\\re3\\Arelle\\README.md' which is obvious since there is no directory
C:\\re3 .
I have also
installed Arelle from
http://arelle.org/download/.
From
what I understand,running the
src\setup.py gets the arelle dependency package required to run src\EdgarRenderer.py .
Please help me out and also let me know if I am going the right way to running Edgar Renderer from source code.
Thanks.