Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Can I install tomotwin without pip? #108

Open
kimdn opened this issue Sep 23, 2024 · 1 comment
Open

[Question] Can I install tomotwin without pip? #108

kimdn opened this issue Sep 23, 2024 · 1 comment

Comments

@kimdn
Copy link

kimdn commented Sep 23, 2024

I think that 'pip install tomotwin-cryoet' has nothing to do with my current git cloned local git repo, since 'pip install tomotwin-cryoet' should just install with whatever TomoTwin author uploaded to pip website. Indeed, even when I removed my local tomotwin git repo folder, 'pip install tomotwin-cryoet' seems to run well still.

So in order to test this possible float16/32 solution (#107),

I want to regenerate tomotwin_embed.py after changing

dtypes[cols[col_index]] = np.float16

df[col] = df[col].astype(np.float16)

into float32.

Therefore, can I know how to install tomotwin without pip based on my change in my local TomoTwin git repo?

@thorstenwagner
Copy link
Collaborator

From within your cloned repo:
pip install -e .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants