Garrafao / durel_system_annotators

3 stars 0 forks source link

New installation instructions #33

Closed Garrafao closed 8 months ago

Garrafao commented 8 months ago

We currently have copies of the files from this repository in our repository:

https://github.com/pierluigic/xl-lexeme

These are:

InputExample.py WordTransformer.py

I would like to remove them and then add these simple installation instructions:

git clone git@github.com:pierluigic/xl-lexeme.git cd xl-lexeme pip3 install . pip install pandas

The two scripts would then be loaded in the other scripts from

xl-lexeme/InputExample.py xl-lexeme/WordTransformer.py

@shafqatvirk @AinaIanemahy Any objections?

AinaIanemahy commented 8 months ago

Yes, that definitely makes sense.

Why would we install pandas again?

Garrafao commented 8 months ago

Pandas is needed for some scripts.

shafqatvirk commented 8 months ago

We currently have copies of the files from this repository in our repository:

https://github.com/pierluigic/xl-lexeme

These are:

InputExample.py WordTransformer.py

I would like to remove them and then add these simple installation instructions:

git clone git@github.com:pierluigic/xl-lexeme.git cd xl-lexeme pip3 install . pip install pandas

The two scripts would then be loaded in the other scripts from

xl-lexeme/InputExample.py xl-lexeme/WordTransformer.py

@shafqatvirk @AinaIanemahy Any objections?

No, as long as it works.

Garrafao commented 8 months ago

@AinaIanemahy has verified on her machine that this works. I added the new installation instructions to the readme with commit 00e6f70.