Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.