Skip to content

Commit 55ec392

Browse files
authored
Merge branch 'master' into development
2 parents 918122c + ef56e8d commit 55ec392

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 USC ISI I2
3+
Copyright (c) 2020 University of Southern California
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ pip install -r requirements.txt
2121
2222
pip install -e .
2323
```
24-
If python3 is not installed, find out what version of python 3 is installed and use that instead
24+
If python3 is not installed, find out what version of python 3 is installed and use that instead.
25+
26+
### Alternatively, install using pip
27+
28+
```
29+
python3 -m venv tl_env
30+
source tl_env/bin/activate
31+
32+
pip install table-linker
33+
```
2534

2635
## Install via Docker
2736

tl/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
name = "tl"
22
__version__ = "0.9"
3+

0 commit comments

Comments
 (0)