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

Spruce up installation instructions #109

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Spruce up installation instructions #109

merged 1 commit into from
Oct 31, 2024

Conversation

jacobtylerwalls
Copy link
Member

No description provided.

Comment on lines -33 to +41
5. Navigate to the arches-rdm package, and install it into the virtual environment:
5. Navigate to the `arches-lingo` directory, and install the project (with development dependencies):
```
cd arches
pip install -e .
cd arches-lingo
pip install -e '.[dev]'
```

6. Navigate to the arches_lingo, and install the python requirements:
6. Also install core arches for local development:
```
cd ../arches-lingo
pip install -r arches_lingo/install/requirements.txt
pip install -e ../arches
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reversed the order of these commands because doing it in the other order will undo your editable install of arches.

Copy link
Member

@robgaston robgaston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@robgaston robgaston merged commit 2dbcc49 into main Oct 31, 2024
5 checks passed
@jacobtylerwalls jacobtylerwalls deleted the jtw/spruce-up-readme branch October 31, 2024 19:19
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

Successfully merging this pull request may close these issues.

2 participants