31985cc551
Now using uv instead of pipx
...
- Update the installation instructions in the readme.
- Change the install script to use uv.
2025-06-04 22:54:51 +10:00
418c6c0bea
packaging: Fix test-all after moving tests
2024-12-28 18:22:15 +10:00
2dcae9fbf8
packaging: Let install script take multiple args
...
- Useful when installing in development mode.
e.g. -e --force
2023-09-18 13:29:19 +10:00
d5122f833a
packaging: Let eris install on Fedora distributions
2023-09-18 00:05:03 +10:00
54ca18b31d
packaging: Install using pipx instead of pip
...
- Debian and ubuntu don't allow system installs using pip anymore.
2023-09-11 00:25:24 +10:00
4001692b52
packaging: Bring dependencies up to date
...
- python 3.10 -> 3.11
2023-09-10 23:41:42 +10:00
e01e2351b2
Make installable on Ubuntu Jammy
...
- Move to python3.10
- Move to ruby3.0
2022-04-23 17:49:49 +10:00
4045b002d9
Make sure a recent version of pip is used.
...
- The version in impish isn't new enough.
2021-12-29 22:52:52 +10:00
ddafdf58f2
Add commands used during development.
2021-12-22 01:03:39 +10:00
5000d7916e
Can install from the source.
...
- The version conflict happened before because of an incorrect
tag on github.
2021-12-20 21:43:17 +10:00
7dadb7d73f
Move install-tools inside eris.
...
- Can fully install eris without cloning the repo.
2021-12-20 21:21:32 +10:00
7afd2a5eee
Install everything out the git repo.
...
- Installing from ./eris caused a version conflict. Not sure why.
2021-12-20 16:18:22 +10:00
ca38a5e7c1
Make pip install work.
...
- Having trouble with recursive dependencies not being installed.
- Try using install_requires in setup.py instead of requirements.txt files.
- Putting back version numbers.
2021-12-20 15:03:25 +10:00
5da5f07e0a
Storing less versions if possible.
...
- Trying to do without versions in setup.py and requirements.txt.
- The git tags define the versions.
- The seperate python packages aren't independant atm.
- Eris uses the latest versions of its dependencies, not pinned
older ones.
2021-12-16 20:39:28 +10:00
a363004afe
Make editable mode apply to all installed projects.
2021-12-07 15:19:02 +10:00
7fa155da72
release: docker: Make sure python3.9 exists.
2021-12-06 16:19:53 +10:00
e4a93e1d96
release: Make sure pip is installed.
...
- Its good that sudo is needed early in the script, so a password
isn't needed later for install-tools.
2021-12-06 14:45:30 +10:00
abb9633e97
Coding style.
...
- Pip can install multiple packages and requirements files at once.
2021-12-03 02:47:14 +10:00
a724d234c3
Extract lscolors into its own python project.
2021-11-06 23:58:17 +10:00
240e908634
Extracted fill3 into its own python project.
2021-11-04 22:40:15 +10:00
c018e9f7d4
Extracted termstr into its own python project.
2021-11-04 21:37:38 +10:00
31d8cbf4e3
Coding Style.
...
- Move the eris source into a subdirectory.
- Including the setup.py and requirements files.
- This repo will hold more than one python project.
2021-11-04 21:18:44 +10:00
d540636fd5
Create an install script.
2021-10-31 22:49:13 +10:00