Conversation
75af161 to
db404cd
Compare
|
Results from CI available here: https://github.com/tvandera/ipwatch/actions/workflows/tests.yml |
|
@begleysm This PR is ready. Please test on your side. |
|
Hi Tim. Thanks for submitting the PR. Sorry about the delay. I saw the PR & started testing. Found that the README needs some updates & then got busy with work. I'll have his reviewed by the end of the weekend. |
|
So I'm having trouble following the README to get everything installed and running with the new python virtual environment. I admit to not being all that familiar with python virtual environments. Firstly I had to install I went on to create the I tried running I also tried running the install stuff from Can you provide some more guidance? |
|
Thanks for testing. Let me try to show you what works for me. In a clean Ubuntu 22.04, I indeed need to install python3 and python3-venv: apt install python3-venvNext create a python virtualenv in /opt/ipwatch python3 -m venv /opt/ipwatch Activate the venv: source /opt/ipwatch/bin/activateWith the virtual env activated,
cd /tmp
git clone https://github.com/tvandera/ipwatch
pip install ipwatchTest it using the provided test_config: ipwatch ipwatch/test_config.txt Full log in attach |
|
I promise I haven't forget about this. I've just been swamped with real life + a back injury. |
First PR in a set of cleanups. This one adds
pip install .(old_exernal_ip)