pycpp/cpython at master · hardikp/pycpp · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

How to install:

  1. Create a virtual environment.

    virtualenv -p python3 ~/temp
  2. Install by running the following command in the pycpp/cpython directory:

    pip3 install -e .

This is tested on Ubuntu.