Running python on railway
splatplays
HOBBYOP

2 years ago

Just wandering how running python on railway would work, I have a python file and when I try to deploy it on its own it doesn't install pip dependencies. Just wandering how to do it

3 Replies

2 years ago

You will need to have a requirements.txt file.


splatplays
HOBBYOP

2 years ago

Thanks, I also needed to install node.js


2 years ago

Why did you need node for a python app?


Loading...