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

no /Python folder for pip installation #2

Closed
FishAres opened this issue Jul 23, 2020 · 2 comments · Fixed by #3
Closed

no /Python folder for pip installation #2

FishAres opened this issue Jul 23, 2020 · 2 comments · Fixed by #3

Comments

@FishAres
Copy link

I may be missing something obvious, but upon extracting the TDW folder for Windows or Linux, there is no Python folder from which to run pip install.

On Windows the tree is :
├───MonoBleedingEdge
│ ├───EmbedRuntime
│ └───etc
│ └───mono
│ ├───2.0
│ │ └───Browsers
│ ├───4.0
│ │ └───Browsers
│ ├───4.5
│ │ └───Browsers
│ └───mconfig
└───TDW_Data
├───Managed
├───Plugins
└───Resources

And on Linux:
└───TDW_Data
├───Managed
├───MonoBleedingEdge
│ ├───etc
│ │ └───mono
│ │ ├───2.0
│ │ │ └───Browsers
│ │ ├───4.0
│ │ │ └───Browsers
│ │ ├───4.5
│ │ │ └───Browsers
│ │ ├───mconfig
│ │ └───registry
│ └───x86_64
├───Plugins
│ └───x86_64
└───Resources

None of the subfolders contain anything I've found that python can play with. Help pls? :)

@alters-mit alters-mit mentioned this issue Jul 24, 2020
Merged
@alters-mit
Copy link
Member

Hi @FishAres sorry for the confusion. We just updated to v1.6.1 which has a much more streamlined installation process (sorry we couldn't quite get this done in time for our initial release!)

  • All you need now is to pip3 install tdw. Then, follow the updated getting started guide.
  • You can download/fork the repo to use our example controllers.
  • The files that you were looking through are the release zip files, the are the binary executables that handle the simulation environment. The repo's Python source code (which again, you don't necessarily even need anymore) is always located in these files:

image

@FishAres
Copy link
Author

@alters-mit awesome, thank you!

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 a pull request may close this issue.

2 participants