Skip to content

Commit a84a9b6

Browse files
committed
v0.0.1
1 parent 9c865a2 commit a84a9b6

14 files changed

+3
-94
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ transliteration. This comprehensive package includes a Python library along with
3030
<br>
3131

3232
## Requirements and Installation
33-
- To install octopus and develop directly using pip:
34-
```shell
35-
pip install -U octopus
36-
```
33+
3734
- To install octopus and develop directly GitHub repo using pip:
3835
```shell
3936
pip install -U git+https://github.com/UBC-NLP/octopus.git

dist/octopus-0.0.1.tar.gz

318 KB
Binary file not shown.

octopus.egg-info/PKG-INFO

Lines changed: 0 additions & 66 deletions
This file was deleted.

octopus.egg-info/SOURCES.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

octopus.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

octopus.egg-info/entry_points.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

octopus.egg-info/top_level.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

octopus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from octopus.octopus import *
2+
# from octopus.octopus import *
33
from octopus.copyright import *
44
__author__ = author
55
__copyright__ = copyright
356 Bytes
Binary file not shown.
552 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)