File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 USC ISI I2
3+ Copyright (c) 2020 University of Southern California
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -21,7 +21,16 @@ pip install -r requirements.txt
2121
2222pip 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
Original file line number Diff line number Diff line change 11name = "tl"
22__version__ = "0.9"
3+
You can’t perform that action at this time.
0 commit comments