Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.31 KB

README.rst

File metadata and controls

66 lines (42 loc) · 1.31 KB

Inspration taken from

https://github.com/sztomi/code-generator

venv setup

https://docs.python.org/3/library/venv.html http://stackoverflow.com/questions/1783146/where-in-a-virtualenv-does-my-code-go

Commands

mkdir venvs
cd venvs
pyvenv cppstats
source cppstats/bin/activate
cd ..
mkdir cppstats

For Sublimetext 2 integration see cppstats.sublime-project

Additional pip3 packages

-see requirements.txt

Directory structure

http://docs.python-guide.org/en/latest/writing/structure/

clang python binding

Seems not to be compatible with python 3.5.1, so I ported the 3.8.0 bindings to Python 3 with 2to3 and https://bitbucket.org/Anteru/python3-libclang It is installed in python3-libclang.

Learning objectives

References