How To Compile Everything: Difference between revisions

no edit summary
No edit summary
imported>Paulproteus
No edit summary
 
Line 9:
* Is it mostly Python?
** Is there a <code>setup.py</code>?
*** <code>pythonvirtualenv setup.py build<; bin/code>, <code>python setup.py installdevelop</code>, I think.
** Is there a <code>requirements.txt</code>?
*** Install the things there, maybe with pip or something??
Anonymous user