Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tempsdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
tempsdb
Commits
c0a49f2d
Commit
c0a49f2d
authored
4 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
extra release notes
parent
18c0bf1b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-2
14 additions, 2 deletions
README.md
with
14 additions
and
2 deletions
README.md
+
14
−
2
View file @
c0a49f2d
...
...
@@ -21,8 +21,20 @@ pip install snakehouse satella
python setup.py
install
```
I'm currently working on installing it via pip.
You will need to have both snakehouse and satella installed.
You need both
[
snakehouse
](
https://pypi.org/project/snakehouse/1.2.2/
)
and
[
satella
](
https://pypi.org/project/satella/
)
to compile it from the source,
though wheels for Linux x86_64 Python 3.7 and Python 3.8
and Linux ARMv7l Python 3.7 and Python 3.8 are available
on PyPI.
If you're installing it somewhere that you don't need both snakehouse
and satella installed, compile your own binary wheel with
```
python setup.py bdist_wheel
```
Then copy your resulting wheel and install it via pip on the target system.
# Changelog
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment