mention use of python setup.py develop
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jun 2019 05:48:03 +0000 (06:48 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jun 2019 05:48:03 +0000 (06:48 +0100)
3d_gpu/devnotes.mdwn

index 95d966066e90ec2cdecd82f9a167bb10a3bf09ea..200cecd91ccc9d9b1e5cc7d69fcb8aca8cccffe7 100644 (file)
@@ -2,6 +2,7 @@
 
 * nmigen is python, therefore use pep8. Install autopep8 and use
  -v  -a -a -a --experimental. goes in Makefile
+* recommended to use "python3 setup.py develop", it makes life a lot easier.
 * epydoc (old but still relevant) to be used to extract docstrings. again
   goes in Makefile
 * unit tests (python setup.py test) always to be developed extensively