Skip to content

stanford-ppl/argon-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argon-py

Installation

  1. In the root directory, run:
python -m pip install .
  1. If you are getting ModuleNotFoundError for argon, then add this to the sys.path directory list. (This should probably be done using a virtual environment.)
# On MacOSX
vim ~/.bash_profile
# Then, add: 
#      export PYTHONPATH="<root-directory>/argon-py/src"
source ~/.bash_profile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages