Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Setup package #205

Merged
merged 6 commits into from Mar 29, 2021
Merged

Setup package #205

merged 6 commits into from Mar 29, 2021

Conversation

louismartin
Copy link
Contributor

@louismartin louismartin commented Sep 19, 2019

Setup XLM as a package.
I only checked that the imports work fine in the notebook, it should be further tested.

  • Add setup.py
  • Rename src to xlm
  • Refactor "from src import ..." to "from xlm import ..." (ag "from src" -l | xargs perl -pe 's,from src,from xlm,g' -i)
  • Add src->xlm symlink for backward compatibility

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 19, 2019
@louismartin
Copy link
Contributor Author

@glample any plan on merging that? :p

@jrapin
Copy link
Contributor

jrapin commented Mar 29, 2021

@glample any plan on merging that? :p

That would be helpful for me too, so that we can install xlm in a project instead of manually linking to src!

@glample glample merged commit 0e1bde1 into facebookresearch:master Mar 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants