projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082cb53
)
mention use of python setup.py develop
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Jun 2019 05:48:03 +0000
(06:48 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Jun 2019 05:48:03 +0000
(06:48 +0100)
3d_gpu/devnotes.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/devnotes.mdwn
b/3d_gpu/devnotes.mdwn
index 95d966066e90ec2cdecd82f9a167bb10a3bf09ea..200cecd91ccc9d9b1e5cc7d69fcb8aca8cccffe7 100644
(file)
--- a/
3d_gpu/devnotes.mdwn
+++ b/
3d_gpu/devnotes.mdwn
@@
-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