Skip to content

Commit d18c607

Browse files
committed
updated readme and setup file
1 parent 4846d2b commit d18c607

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Popper is still a **major** work-in-progress, so please notify us of bugs or usa
55

66
If you use Popper, please cite the paper: Andrew Cropper and Rolf Morel. [Learning programs by learning from failures](https://arxiv.org/abs/2005.02259). Mach. Learn. 110(4): 801-856 (2021)
77

8+
## Installation
9+
```pip install popper-ilp```
810

911
## Requirements
1012

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
long_description = fh.read()
77

88
setuptools.setup(
9-
name="Popper",
9+
name="popper-ilp",
1010
version="1.1.0", # Update this for every new version
1111
author="Andrew Cropper",
1212
author_email="[email protected]",
1313
description="Popper",
1414
include_package_data=True,
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
17+
py_modules=['popper'],
1718
install_requires=[
1819
'clingo',
19-
"PySwip>=0.2.10"
20+
'pyswip'
2021
],
2122
url="https://github.com/logic-and-learning-lab/Popper",
2223
packages=setuptools.find_packages()

0 commit comments

Comments
 (0)