Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
/ ASDL2017 Public archive
forked from michaelpradel/ASDL2017

Course project for "Analysing Software using Deep Learning"

License

Notifications You must be signed in to change notification settings

onemenzel/ASDL2017

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASDL2017

Course project for "Analysing Software using Deep Learning". See the project description for details.

Development

# INSTALLATION
$ brew install pyenv pyenv-virtualenv
$ pyenv install 3.5.2
$ pyenv virtualenv 3.5.2 asdl
$ pyenv activate 3.5.2/envs/asdl
$ pip install -r requirements.txt
$ pyenv deactivate

# eventually replace ".bash_profile" withe the rc-file of your shell (e.g. .zshrc)
$ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
$ echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile

# ACTIVATION
$ pyenv activate 3.5.2/envs/asdl

About

Course project for "Analysing Software using Deep Learning"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%